summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-07 07:07:35 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-07 08:31:40 +0100
commit1055ff20202e14d6ff253a79ac5f9c95a24603c3 (patch)
tree65cc8c6878e5bbbe5f8a9971a559ec49a2537080 /testsuites/samples
parenttests: Use <tmacros.h> (diff)
downloadrtems-1055ff20202e14d6ff253a79ac5f9c95a24603c3.tar.bz2
tests: Use normal console for user input tests
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/capture/system.h2
-rw-r--r--testsuites/samples/fileio/system.h2
-rw-r--r--testsuites/samples/pppd/system.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/samples/capture/system.h b/testsuites/samples/capture/system.h
index c187c75abd..d6d8b804a3 100644
--- a/testsuites/samples/capture/system.h
+++ b/testsuites/samples/capture/system.h
@@ -39,7 +39,7 @@ extern void setup_tasks_to_watch(void);
#include <bsp.h> /* for device driver prototypes */
-#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 506c042a28..3a70ce850c 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -36,7 +36,7 @@ rtems_task Init(
#endif
#define CONFIGURE_MAXIMUM_DRIVERS 4
-#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#ifdef RTEMS_BSP_HAS_IDE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_IDE_DRIVER
diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h
index 52ce306918..f671cdbb83 100644
--- a/testsuites/samples/pppd/system.h
+++ b/testsuites/samples/pppd/system.h
@@ -12,7 +12,7 @@ extern int pppdapp_initialize(void);
#include <bsp.h>
-#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#ifndef TTY1_DRIVER_TABLE_ENTRY