summaryrefslogtreecommitdiffstats
path: root/tftpTest
diff options
context:
space:
mode:
Diffstat (limited to 'tftpTest')
-rw-r--r--tftpTest/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tftpTest/init.c b/tftpTest/init.c
index db37278..92d9837 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -64,10 +64,6 @@ Init (rtems_task_argument ignored)
#define CONFIGURE_INIT_TASK_STACK_SIZE (16*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 100
-#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \
- RTEMS_NO_TIMESLICE | \
- RTEMS_NO_ASR | \
- RTEMS_INTERRUPT_LEVEL(0))
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);