Skip to content

Commit

Permalink
sim: Increased priority of loop task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fotis Panagiotopoulos authored and xiaoxiang781216 committed Jul 22, 2022
1 parent 6c7f991 commit ad7f503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sim/src/sim/up_initialize.c
Expand Up @@ -254,7 +254,7 @@ void up_initialize(void)
audio_register("pcm0c", sim_audio_initialize(false));
#endif

kthread_create("loop_task", SCHED_PRIORITY_MIN,
kthread_create("loop_task", SCHED_PRIORITY_MAX,
CONFIG_DEFAULT_TASK_STACKSIZE,
up_loop_task, NULL);
}

0 comments on commit ad7f503

Please sign in to comment.