AP_TempCalibration: fix FALLTHROUGH

This commit is contained in:
Pierre Kancir 2018-03-20 15:53:02 +01:00 committed by Randy Mackay
parent f66c83a59e
commit ff852de87b

View File

@ -233,7 +233,7 @@ void AP_TempCalibration::update(void)
break; break;
case TC_ENABLE_LEARN: case TC_ENABLE_LEARN:
learn_calibration(); learn_calibration();
// fall through FALLTHROUGH;
case TC_ENABLE_USE: case TC_ENABLE_USE:
apply_calibration(); apply_calibration();
break; break;