remove robin enable config
This commit is contained in:
@@ -34,7 +34,7 @@ TEST test_robin(void)
|
||||
int test_count = 0;
|
||||
const double deviation = 0.1;
|
||||
|
||||
tos_robin_config(TOS_ROBIN_STATE_ENABLED, (k_timeslice_t)500u);
|
||||
tos_robin_default_timeslice_config((k_timeslice_t)500u);
|
||||
err = tos_task_create(&test_task_00, "test_task_00", test_robin_task_00_entry,
|
||||
NULL, k_curr_task->prio + 1,
|
||||
test_task_stack_00, sizeof(test_task_stack_00),
|
||||
|
Reference in New Issue
Block a user