mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
statement not reached (no warning from GCC ???) !!!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user