summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathl
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-03 08:35:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-06 07:26:42 +0100
commitc4b8b147ddfc945810b60a2410efd8acc280ba3c (patch)
treef38324a698250759cd59396d3d1725a47bdffa0a /testsuites/libtests/mathl
parentAdd simple console driver (diff)
downloadrtems-c4b8b147ddfc945810b60a2410efd8acc280ba3c.tar.bz2
tests: Use simple console driver
Update #3170. Update #3199.
Diffstat (limited to 'testsuites/libtests/mathl')
-rw-r--r--testsuites/libtests/mathl/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/mathl/init.c b/testsuites/libtests/mathl/init.c
index 7e239f3fbe..4bb3b08c7f 100644
--- a/testsuites/libtests/mathl/init.c
+++ b/testsuites/libtests/mathl/init.c
@@ -37,7 +37,7 @@ extern void domathl(void);
#if __rtems__
/* NOTICE: the clock driver is explicitly disabled */
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT