mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
sim: Increased priority of loop task.
This commit is contained in:
committed by
Xiang Xiao
parent
6c7f99189b
commit
ad7f503cfa
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user