forked from Archive/PX4-Autopilot
IO driver: Naming and stack cleanup
This commit is contained in:
parent
7b55f9d1f2
commit
1df1166127
|
@ -868,7 +868,7 @@ PX4IO::init()
|
|||
_task = px4_task_spawn_cmd("px4io",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_ACTUATOR_OUTPUTS,
|
||||
1800,
|
||||
1500,
|
||||
(main_t)&PX4IO::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue