forked from Archive/PX4-Autopilot
Use less memory for ESC driver
This commit is contained in:
parent
7cc0b32e74
commit
a7ad722b98
|
@ -1082,7 +1082,7 @@ void start()
|
|||
_task_handle = px4_task_spawn_cmd("tap_esc_main",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX,
|
||||
1200,
|
||||
1000,
|
||||
(px4_main_t)&task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue