px4io: increase stack 1500 -> 1536 bytes

This commit is contained in:
Daniel Agar 2021-08-25 14:00:09 -04:00 committed by Lorenz Meier
parent f59b54abd7
commit c6a6403ce2
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ PX4IO::init()
_task = px4_task_spawn_cmd("px4io",
SCHED_DEFAULT,
SCHED_PRIORITY_ACTUATOR_OUTPUTS,
1500,
1536,
(px4_main_t)&PX4IO::task_main_trampoline,
nullptr);