2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
	CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
This commit is contained in:
Joel Sherrill
2010-03-04 14:40:06 +00:00
parent 8ec7abb551
commit a16a794916
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
2010-02-18 Chris Johns <chrisj@rtems.org> 2010-02-18 Chris Johns <chrisj@rtems.org>
* networking/networkapp.t: Updated the BOOTP/DHCP to document the * networking/networkapp.t: Updated the BOOTP/DHCP to document the

View File

@@ -555,8 +555,8 @@ system configuration parameters supported by @code{rtems/confdefs.h}.
Classic API tasks that can be concurrently active. Classic API tasks that can be concurrently active.
The default for this field is 0. The default for this field is 0.
@findex CONFIGURE_DISABLE_CLASSIC_NOTEPADS @findex CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
@item @code{CONFIGURE_DISABLE_CLASSIC_NOTEPADS} should be defined @item @code{CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS} should be defined
if the user does not want to have support for Classic API Notepads if the user does not want to have support for Classic API Notepads
in their application. By default, this is not defined and Classic API in their application. By default, this is not defined and Classic API
Notepads are supported. Notepads are supported.