[rtems-examples commit] hello_world_c: Fix test output

Joel Sherrill joel at rtems.org
Thu Mar 3 23:06:48 UTC 2022


Module:    rtems-examples
Branch:    master
Commit:    5799ab5a8c4e5d6de6532ecea3d895bb01cfb9c9
Changeset: http://git.rtems.org/rtems-examples/commit/?id=5799ab5a8c4e5d6de6532ecea3d895bb01cfb9c9

Author:    Ryan Long <ryan.long at oarcorp.com>
Date:      Wed Mar  2 10:10:28 2022 -0500

hello_world_c: Fix test output

Removed the CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM to make it produce
the correct output.

---

 hello/hello_world_c/test.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hello/hello_world_c/test.c b/hello/hello_world_c/test.c
index 04a55fe..9f8e09f 100644
--- a/hello/hello_world_c/test.c
+++ b/hello/hello_world_c/test.c
@@ -23,7 +23,6 @@ rtems_task Init(
 /* NOTICE: the clock driver is explicitly disabled */
 #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 #define CONFIGURE_MAXIMUM_TASKS 1



More information about the vc mailing list