sptests/sp02: Fix maximum task count

This commit is contained in:
Sebastian Huber
2013-06-14 16:26:06 +02:00
parent 873859a405
commit 6f8adb073b
+1 -1
View File
@@ -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