forked from Imagelibrary/rtems
smptests/smpwakeafter01: Fix task count
This commit is contained in:
@@ -142,7 +142,7 @@ static void Init(rtems_task_argument arg)
|
||||
|
||||
#define CONFIGURE_SMP_MAXIMUM_PROCESSORS CPU_COUNT
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS (1 + CPU_COUNT)
|
||||
#define CONFIGURE_MAXIMUM_TASKS (1 + CPU_COUNT * INTERVAL_COUNT)
|
||||
|
||||
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user