diff --git a/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.cpp b/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.cpp index 3e0bc4aa3c..5c00837fba 100644 --- a/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.cpp +++ b/libraries/AP_RangeFinder/AP_RangeFinder_PulsedLightLRF.cpp @@ -111,7 +111,7 @@ void AP_RangeFinder_PulsedLightLRF::timer(void) break; } } - + FALLTHROUGH; case PHASE_MEASURE: if (_dev->write_register(LL40LS_MEASURE_REG, LL40LS_MSRREG_ACQUIRE)) { phase = PHASE_COLLECT;