summaryrefslogtreecommitdiffstats
path: root/ticker
diff options
context:
space:
mode:
Diffstat (limited to 'ticker')
-rw-r--r--ticker/low_ticker/init.c7
-rw-r--r--ticker/low_ticker1/init.c8
2 files changed, 15 insertions, 0 deletions
diff --git a/ticker/low_ticker/init.c b/ticker/low_ticker/init.c
index ef83e0a..b71e38c 100644
--- a/ticker/low_ticker/init.c
+++ b/ticker/low_ticker/init.c
@@ -84,6 +84,13 @@ static void *Init(
#define CONFIGURE_MAXIMUM_TASKS 3
+/*
+ * This parameter was eliminated after 4.11.
+ */
+#if (__RTEMS_MAJOR__ < 5)
+#define CONFIGURE_TERMIOS_DISABLED
+#endif
+
#include <rtems/confdefs.h>
/**************** END OF CONFIGURATION INFORMATION ****************/
diff --git a/ticker/low_ticker1/init.c b/ticker/low_ticker1/init.c
index 4682f8e..61bdcc6 100644
--- a/ticker/low_ticker1/init.c
+++ b/ticker/low_ticker1/init.c
@@ -84,6 +84,14 @@ static void *Init(
#define CONFIGURE_MINIMUM_TASK_STACK_SIZE 512
#endif
+/*
+ * This parameter was eliminated after 4.11.
+ */
+#if (__RTEMS_MAJOR__ < 5)
+#define CONFIGURE_TERMIOS_DISABLED
+#endif
+
+
#define CONFIGURE_MAXIMUM_PRIORITY 15
#define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
#define CONFIGURE_IDLE_TASK_BODY Init