From 9c23aa5ec3f7330fce8a41132e5cc07e98298421 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Tue, 20 Mar 2018 15:52:42 +0100 Subject: [PATCH] ArduCopter: fix FALLTHROUGH --- ArduCopter/motor_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/motor_test.cpp b/ArduCopter/motor_test.cpp index 01024bc95e..4d70656c31 100644 --- a/ArduCopter/motor_test.cpp +++ b/ArduCopter/motor_test.cpp @@ -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