PX4IO driver: even compiling now

This commit is contained in:
Julian Oes 2013-12-27 23:57:24 +01:00
parent f44f738f0a
commit 020c47b59f
1 changed files with 1 additions and 1 deletions

View File

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