mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
Use less memory for ESC driver
This commit is contained in:
committed by
Lorenz Meier
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user