summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/system.h
diff options
context:
space:
mode:
authorBjorn Larsson <bjornlarsson@oarcorp.com>2014-03-25 09:13:03 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-03-28 12:32:10 -0500
commit9c88bc6e80fd40115fdf7ede3cef50264d656ee6 (patch)
treea898abae52506e6f3b6ca0b5d7059043593f811b /testsuites/sptests/sp09/system.h
parentsamples/base_mp: Include missing header file (diff)
downloadrtems-9c88bc6e80fd40115fdf7ede3cef50264d656ee6.tar.bz2
spratemon_err01: New test split from sp09.
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