From 962d1d112b2de4a021b39bbb771478f7ccbbd729 Mon Sep 17 00:00:00 2001 From: RuffaloLavoisier Date: Sat, 5 Mar 2022 09:20:06 +0900 Subject: [PATCH] ArduPlane : Indentation correction --- ArduPlane/RC_Channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/RC_Channel.cpp b/ArduPlane/RC_Channel.cpp index 59f34fc1fa..ec183484c7 100644 --- a/ArduPlane/RC_Channel.cpp +++ b/ArduPlane/RC_Channel.cpp @@ -321,7 +321,7 @@ bool RC_Channel_Plane::do_aux_function(const aux_func_t ch_option, const AuxSwit case AUX_FUNC::ARSPD_CALIBRATE: #if AP_AIRSPEED_AUTOCAL_ENABLE switch (ch_flag) { - case AuxSwitchPos::HIGH: + case AuxSwitchPos::HIGH: plane.airspeed.set_calibration_enabled(true); break; case AuxSwitchPos::MIDDLE: