From d51ecd6369edebead753aec967a12c6f7802589d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Apr 2007 15:27:18 +0000 Subject: 2007-04-05 Joel Sherrill * user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX. --- doc/ChangeLog | 5 +++++ doc/user/example.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 38932fcdb9..279af5b8c3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-04-05 Joel Sherrill + + * user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX + configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX. + 2007-04-05 Joel Sherrill * user/task.t: Add rtems_iterate_over_all_threads. 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 -- cgit v1.2.3