summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios03
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-07 07:09:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-07 07:37:59 +0200
commit97417bb15ffce1cd65253be4e52f6c0c34f81a04 (patch)
treed6727124dbb921d4fa06224732a54f3fad7bcc68 /testsuites/libtests/termios03
parentlibblock: Add RTEMS_DEPRECATED (diff)
downloadrtems-97417bb15ffce1cd65253be4e52f6c0c34f81a04.tar.bz2
tests: Remove CONFIGURE_MAXIMUM_DRIVERS
This configuration is superfluous in these tests.
Diffstat (limited to 'testsuites/libtests/termios03')
-rw-r--r--testsuites/libtests/termios03/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/libtests/termios03/init.c b/testsuites/libtests/termios03/init.c
index b9b243920f..d88d059e29 100644
--- a/testsuites/libtests/termios03/init.c
+++ b/testsuites/libtests/termios03/init.c
@@ -162,9 +162,6 @@ rtems_task Init(
#define CONFIGURE_APPLICATION_EXTRA_DRIVERS \
TERMIOS_TEST_DRIVER_TABLE_ENTRY
-/* include an extra slot for registering the termios one dynamically */
-#define CONFIGURE_MAXIMUM_DRIVERS 3
-
/* we need to be able to open the test device */
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
#define CONFIGURE_MAXIMUM_TASKS 1