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:
José Roberto de Souza 2017-02-22 14:50:37 -08:00 committed by Lorenz Meier
parent 4bffb1478f
commit b372d15443
1 changed files with 1 additions and 1 deletions

View File

@ -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);