AP_InertialSensor: resolved compile warning re uninitialised variable

This commit is contained in:
rmackay9 2012-12-16 16:23:17 +09:00
parent ce63d7a77a
commit 1726744b5d

View File

@ -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;