From 29770e122ef8c1e15357cbb7d5a695dd73fd7619 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Sep 2016 14:21:30 +0200 Subject: tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM Avoid unnecessary use of CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM. --- testsuites/samples/hello/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/samples/hello/init.c') diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index acdabd8605..a2d6c304ca 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -42,7 +42,6 @@ rtems_task Init( #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_MAXIMUM_TASKS 1 -#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -- cgit v1.2.3