mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
AP_InertialSensor: resolved compile warning re uninitialised variable
This commit is contained in:
parent
ce63d7a77a
commit
1726744b5d
@ -306,6 +306,7 @@ bool AP_InertialSensor::calibrate_accel(void (*delay_cb)(unsigned long t), void
|
||||
case 4:
|
||||
msg = PSTR("nose up");
|
||||
break;
|
||||
default: // default added to avoid compiler warning
|
||||
case 5:
|
||||
msg = PSTR("on it's back");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user