summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-07 08:42:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-07 08:42:04 +0100
commit0260efa9c56243f257a4cddc97c4827dec800b3a (patch)
treef0d37f5b9f2bd5870631abaf6b3ef2fbac2a908f /misc
parentRemove obsolete CONFIGURE_MAXIMUM_PTYS (diff)
downloadrtems-examples-0260efa9c56243f257a4cddc97c4827dec800b3a.tar.bz2
Remove obsolete Termios configuration
Update #3670.
Diffstat (limited to 'misc')
-rw-r--r--misc/minimum/test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/minimum/test.c b/misc/minimum/test.c
index eb7bcac..1605a17 100644
--- a/misc/minimum/test.c
+++ b/misc/minimum/test.c
@@ -43,12 +43,6 @@ void *Init(
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
/*
- * This test does not need the console driver so there is no reason
- * to configure termios.
- */
-#define CONFIGURE_TERMIOS_DISABLED
-
-/*
* This test does not use any stdio.
*/
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 0