mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: add buzzer noises
This commit is contained in:
parent
aa863523a6
commit
00858dce78
|
@ -1675,6 +1675,7 @@ AP_InertialSensor::_init_gyro()
|
||||||
|
|
||||||
// stop flashing leds
|
// stop flashing leds
|
||||||
AP_Notify::flags.initialising = false;
|
AP_Notify::flags.initialising = false;
|
||||||
|
AP_Notify::flags.gyro_calibrated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// save parameters to eeprom
|
// save parameters to eeprom
|
||||||
|
|
Loading…
Reference in New Issue