Fix bug where IO was in override mode for copter (workaround was to disconnect and reconnect Rx

This commit is contained in:
Julian Oes
2013-08-14 16:00:35 +02:00
parent 50e3bb28c9
commit 3a21cacdbb
+2
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;
}
}