mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 11:12:27 +08:00
sptests/sp02: Fix maximum task count
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user