summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/system.h')
-rw-r--r--testsuites/sptests/sp09/system.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/testsuites/sptests/sp09/system.h b/testsuites/sptests/sp09/system.h
index 812868d762..628aa87c06 100644
--- a/testsuites/sptests/sp09/system.h
+++ b/testsuites/sptests/sp09/system.h
@@ -37,10 +37,6 @@ rtems_task Task_3(
rtems_task_argument argument
);
-rtems_task Task_4(
- rtems_task_argument argument
-);
-
rtems_isr Service_routine(
rtems_vector_number ignored
);
@@ -67,14 +63,12 @@ void Screen8( void );
void Screen9( void );
-void Screen10( void );
-
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_MAXIMUM_TASKS 10
+#define CONFIGURE_MAXIMUM_TASKS 9
#define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_MAXIMUM_SEMAPHORES 2
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1