mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_Airspeed: add missing break statement
This commit is contained in:
parent
824a085097
commit
41d34e9f88
@ -205,7 +205,7 @@ float AP_Airspeed_SDP3X::_correct_pressure(float press)
|
||||
case AP_Airspeed::PITOT_TUBE_ORDER_NEGATIVE:
|
||||
press = -press;
|
||||
sign = -1.0f;
|
||||
//FALLTHROUGH;
|
||||
break;
|
||||
case AP_Airspeed::PITOT_TUBE_ORDER_POSITIVE:
|
||||
break;
|
||||
case AP_Airspeed::PITOT_TUBE_ORDER_AUTO:
|
||||
|
Loading…
Reference in New Issue
Block a user