forked from Archive/PX4-Autopilot
PX4IO driver: even compiling now
This commit is contained in:
parent
f44f738f0a
commit
020c47b59f
|
@ -962,7 +962,7 @@ out:
|
|||
int
|
||||
PX4IO::io_set_control_groups()
|
||||
{
|
||||
ret = io_set_control_state(0);
|
||||
int ret = io_set_control_state(0);
|
||||
|
||||
/* send auxiliary control groups */
|
||||
(void)io_set_control_state(1);
|
||||
|
|
Loading…
Reference in New Issue