summaryrefslogtreecommitdiffstats
path: root/doc/user/example.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/example.texi')
-rw-r--r--doc/user/example.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/example.texi b/doc/user/example.texi
index edbe5a2257..40870e2390 100644
--- a/doc/user/example.texi
+++ b/doc/user/example.texi
@@ -71,8 +71,8 @@ rtems_task user_application(rtems_task_argument argument)
@}
@}
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER /* for stdio */
-#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER /* for time services */
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER /* for stdio */
+#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER /* for time services */
#define CONFIGURE_MAXIMUM_TASKS 2