statement not reached (no warning from GCC ???) !!!

This commit is contained in:
Pascal Brisset
2005-04-12 15:45:48 +00:00
parent 8d2b93ae3e
commit 7beea34316
-1
View File
@@ -112,7 +112,6 @@ inline uint8_t pprz_mode_update( void ) {
/* We remain in home mode until explicit reset from the RC */
if (pprz_mode != PPRZ_MODE_HOME || CheckEvent(rc_event_1)) {
ModeUpdate(pprz_mode, PPRZ_MODE_OF_PULSE(from_fbw.channels[RADIO_MODE], from_fbw.status));
nav_stage = 0; /* Restart the last current block */
} else
return FALSE;
}