Skip to content

Commit

Permalink
framac: using autotest, requested for scheduler stimulation
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Aug 29, 2024
1 parent 881ac2d commit d1075e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/proof/proof_handlers/systick/handler_systick.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void handler_entrypoint(void)
/* handler at boot time, no scheduled tasks */
systick_handler(&frame);
/* add autotest to scheduler */
if (mgr_task_get_handle(SCHED_AUTOTEST_TASK_LABEL, &autotest_handle) != K_STATUS_OKAY) {
if (mgr_task_get_handle(SCHED_IDLE, &autotest_handle) != K_STATUS_OKAY) {
goto end;
}
sched_schedule(autotest_handle);
Expand Down

0 comments on commit d1075e2

Please sign in to comment.