mirror of https://github.com/ArduPilot/ardupilot
IMU: fixed a warning
This commit is contained in:
parent
4dff78b9c0
commit
919874f2a0
|
@ -58,7 +58,7 @@ AP_IMU_INS::_init_gyro(void (*delay_cb)(unsigned long t), void (*flash_leds_cb)(
|
||||||
{
|
{
|
||||||
Vector3f last_average, best_avg;
|
Vector3f last_average, best_avg;
|
||||||
float ins_gyro[3];
|
float ins_gyro[3];
|
||||||
float best_diff;
|
float best_diff = 0;
|
||||||
|
|
||||||
// cold start
|
// cold start
|
||||||
delay_cb(100);
|
delay_cb(100);
|
||||||
|
|
Loading…
Reference in New Issue