mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
AP_TempCalibration: fix FALLTHROUGH
This commit is contained in:
parent
f66c83a59e
commit
ff852de87b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user