summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm29/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm29/system.h')
-rw-r--r--testsuites/tmtests/tm29/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm29/system.h b/testsuites/tmtests/tm29/system.h
index 70f0614984..3c47c991b0 100644
--- a/testsuites/tmtests/tm29/system.h
+++ b/testsuites/tmtests/tm29/system.h
@@ -25,14 +25,14 @@ rtems_task Init(
#include <timesys.h>
/* configuration information */
-
+
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
#define CONFIGURE_MAXIMUM_TASKS (2 + OPERATION_COUNT)
#define CONFIGURE_MAXIMUM_PERIODS OPERATION_COUNT
#define CONFIGURE_TICKS_PER_TIMESLICE 0
-
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)