mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
fix small copy paste error in px4io driver
This commit is contained in:
parent
c16c57c9d0
commit
8acea79918
@ -950,9 +950,9 @@ PX4IO::io_set_control_groups()
|
||||
bool attitude_ok = io_set_control_state(0);
|
||||
|
||||
/* send auxiliary control groups */
|
||||
(void)io_set_control_state(0);
|
||||
(void)io_set_control_state(1);
|
||||
(void)io_set_control_state(2);
|
||||
(void)io_set_control_state(3);
|
||||
|
||||
return attitude_ok;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user