mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
Merge pull request #356 from julianoes/hotfix_io_override_bug
Fix bug where IO was in override mode for copter
This commit is contained in:
@@ -300,6 +300,8 @@ controls_tick() {
|
|||||||
} else {
|
} else {
|
||||||
r_status_flags &= ~PX4IO_P_STATUS_FLAGS_OVERRIDE;
|
r_status_flags &= ~PX4IO_P_STATUS_FLAGS_OVERRIDE;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
r_status_flags &= ~PX4IO_P_STATUS_FLAGS_OVERRIDE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user