mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
Go back to the FIFO scheduler for now, as we don't have time to shake out the RR scheduler changeover just yet.
Make the "default" scheduler a centralized definition so that changes are easier in future.
This commit is contained in:
@@ -148,7 +148,7 @@ int led_main(int argc, char *argv[])
|
||||
|
||||
thread_should_exit = false;
|
||||
led_task = task_spawn("led",
|
||||
SCHED_RR,
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 15,
|
||||
4096,
|
||||
led_thread_main,
|
||||
|
||||
Reference in New Issue
Block a user