summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 15:27:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 15:27:18 +0000
commitd51ecd6369edebead753aec967a12c6f7802589d (patch)
tree76d9338627c6d6a15380ca984b61f8a6c0d77b7f /doc
parent2007-04-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d51ecd6369edebead753aec967a12c6f7802589d.tar.bz2
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/user/example.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 38932fcdb9..279af5b8c3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,10 @@
2007-04-05 Joel Sherrill <joel@OARcorp.com>
+ * user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
+ configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
+
+2007-04-05 Joel Sherrill <joel@OARcorp.com>
+
* user/task.t: Add rtems_iterate_over_all_threads.
2007-04-02 Joel Sherrill <joel@OARcorp.com>
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