Browse Source

AP_InertialSensor: fixed missing return

master
Andrew Tridgell 8 years ago
parent
commit
5cf768ced2
  1. 1
      libraries/AP_InertialSensor/AP_InertialSensor_L3G4200D.cpp

1
libraries/AP_InertialSensor/AP_InertialSensor_L3G4200D.cpp

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

Loading…
Cancel
Save