AP_InertialSensor: fixed missing return

This commit is contained in:
Andrew Tridgell 2016-11-04 15:08:52 +11:00
parent 4f231f9355
commit 5cf768ced2

View File

@ -279,6 +279,7 @@ bool AP_InertialSensor_L3G4200D::_accumulate(void)
}
}
}
return true;
}
#endif