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.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/example.texi b/doc/user/example.texi
index 72ad71f740..3371bdf3b5 100644
--- a/doc/user/example.texi
+++ b/doc/user/example.texi
@@ -74,6 +74,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_MAXIMUM_TASKS 2
+
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'E', 'X', 'A', 'M' )
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE