summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/minimum/init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/minimum/init.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c
index ff71335633..162fd6ffae 100644
--- a/testsuites/samples/minimum/init.c
+++ b/testsuites/samples/minimum/init.c
@@ -75,7 +75,7 @@ rtems_task Init(
* per Task Control Block. If you aren't using these and are tight
* on RAM, this is an option.
*/
-#define CONFIGURE_DISABLE_CLASSIC_NOTEPADS
+#define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
/*
* In this application, the initialization task performs the system
@@ -85,6 +85,11 @@ rtems_task Init(
#define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION
/*
+ * If you are debugging confdefs.h, define this
+ */
+/* #define CONFIGURE_CONFDEFS_DEBUG */
+
+/*
* Instantiate the configuration tables.
*/
#define CONFIGURE_INIT