summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-14 13:04:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-14 16:26:06 +0200
commit6f8adb073b0c1b4d2a638f99710fda4e99938332 (patch)
tree8f0c8bea7d71aa5cb824ce94b9ac0bd74bd5a05f
parentMake the default values easier for the configuration GUI to parse (diff)
downloadrtems-6f8adb073b0c1b4d2a638f99710fda4e99938332.tar.bz2
sptests/sp02: Fix maximum task count
-rw-r--r--testsuites/sptests/sp02/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp02/system.h b/testsuites/sptests/sp02/system.h
index 418c04d1b3..aaf994bd28 100644
--- a/testsuites/sptests/sp02/system.h
+++ b/testsuites/sptests/sp02/system.h
@@ -37,7 +37,7 @@ rtems_task Task_3(
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_MAXIMUM_TASKS 4
+#define CONFIGURE_MAXIMUM_TASKS 5
/*
* Deliberately configure the IDLE Task's stack as greater than minimum