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:
Lorenz Meier
2013-08-14 07:10:12 -07:00

View File

@@ -300,6 +300,8 @@ controls_tick() {
} else {
r_status_flags &= ~PX4IO_P_STATUS_FLAGS_OVERRIDE;
}
} else {
r_status_flags &= ~PX4IO_P_STATUS_FLAGS_OVERRIDE;
}
}