forked from Imagelibrary/rtems
testsuites/samples/minimum/init.c: Notepads no longer need to be disabled
They are disabled by default as they are deprecated.
This commit is contained in:
@@ -79,13 +79,6 @@ rtems_task Init(
|
||||
*/
|
||||
#define CONFIGURE_MAXIMUM_PRIORITY 15
|
||||
|
||||
/*
|
||||
* This disables Classic API Notepads and saves 16 uint32_t's of RAM
|
||||
* per Task Control Block. If you aren't using these and are tight
|
||||
* on RAM, this is an option.
|
||||
*/
|
||||
#define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
|
||||
|
||||
/*
|
||||
* This configures RTEMS to use a single memory pool for the RTEMS Workspace
|
||||
* and C Program Heap. If not defined, there will be separate memory pools
|
||||
|
||||
Reference in New Issue
Block a user