mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
Fix CID 12574 & 12553
This commit is contained in:
@@ -1102,7 +1102,7 @@ PX4IO::io_set_control_state(unsigned group)
|
||||
uint16_t regs[_max_actuators];
|
||||
|
||||
/* get controls */
|
||||
bool changed;
|
||||
bool changed = false;
|
||||
|
||||
switch (group) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user