mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
AP_NavEKF2: (potential) compiler warning of float to double promotion
This commit is contained in:
parent
3c6323dd82
commit
d67b1edf10
@ -499,7 +499,7 @@ void NavEKF2::check_log_write(void)
|
||||
}
|
||||
|
||||
// this is an example of an ad-hoc log in EKF
|
||||
// DataFlash_Class::instance()->Log_Write("NKA", "TimeUS,X", "Qf", AP_HAL::micros64(), 2.4f);
|
||||
// DataFlash_Class::instance()->Log_Write("NKA", "TimeUS,X", "Qf", AP_HAL::micros64(), (double)2.4f);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user