summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2022-03-02 10:10:28 -0500
committerJoel Sherrill <joel@rtems.org>2022-03-03 17:16:16 -0600
commit5799ab5a8c4e5d6de6532ecea3d895bb01cfb9c9 (patch)
tree09217ab388319bc021de1767d02976ff4e61da1b
parentfile_io/crc/.gitignore misc/extract_example/.gitignore: New files (diff)
downloadrtems-examples-5799ab5a8c4e5d6de6532ecea3d895bb01cfb9c9.tar.bz2
hello_world_c: Fix test output
Removed the CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM to make it produce the correct output.
-rw-r--r--hello/hello_world_c/test.c1
1 files changed, 0 insertions, 1 deletions
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