mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Tuning: fixed float->double promotion compiler warning
This commit is contained in:
parent
ae91804aaa
commit
d55401aa18
@ -214,8 +214,8 @@ void AP_Tuning::Log_Write_Parameter_Tuning(float value)
|
||||
AP_HAL::micros64(),
|
||||
parmset,
|
||||
current_parm,
|
||||
value,
|
||||
center_value);
|
||||
(double)value,
|
||||
(double)center_value);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user