[PATCH rtems-examples v1] rtems-examples/hello_world_c: Fix test output

Ryan Long ryan.long at oarcorp.com
Wed Mar 2 15:24:01 UTC 2022


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
-- 
1.8.3.1



More information about the devel mailing list