mirror of https://github.com/ArduPilot/ardupilot
Copter: force gyro calibration on start-up
This commit is contained in:
parent
f10a4b04ae
commit
e4d8c673f3
|
@ -253,7 +253,7 @@ static void init_ardupilot()
|
|||
reset_control_switch();
|
||||
init_aux_switches();
|
||||
|
||||
startup_ground(false);
|
||||
startup_ground(true);
|
||||
|
||||
#if LOGGING_ENABLED == ENABLED
|
||||
Log_Write_Startup();
|
||||
|
|
Loading…
Reference in New Issue