ArduCopter: fix FALLTHROUGH
This commit is contained in:
parent
e5a9ac84e7
commit
9c23aa5ec3
@ -54,7 +54,7 @@ void Copter::motor_test_output()
|
||||
case MOTOR_TEST_COMPASS_CAL:
|
||||
compass.set_voltage(battery.voltage());
|
||||
compass.per_motor_calibration_update();
|
||||
// fall through
|
||||
FALLTHROUGH;
|
||||
|
||||
case MOTOR_TEST_THROTTLE_PERCENT:
|
||||
// sanity check motor_test_throttle value
|
||||
|
Loading…
Reference in New Issue
Block a user