mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
drivers: tap_esc: Fix low on stack warning
WARN [load_mon] tap_esc_main low on stack! (284 bytes left)
This commit is contained in:
committed by
Lorenz Meier
parent
4bffb1478f
commit
b372d15443
@@ -1096,7 +1096,7 @@ void start()
|
||||
_task_handle = px4_task_spawn_cmd("tap_esc_main",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX,
|
||||
1000,
|
||||
1100,
|
||||
(px4_main_t)&task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user