mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
GCS_Console: fix compile warnings re float constants
This commit is contained in:
parent
347fc1e59c
commit
1575abff63
@ -81,7 +81,7 @@ void handle_message(mavlink_channel_t chan, mavlink_message_t* msg) {
|
||||
mavlink_msg_param_value_send(
|
||||
chan,
|
||||
param_name,
|
||||
0.0, /* param value */
|
||||
0.0f, /* param value */
|
||||
MAVLINK_TYPE_FLOAT, /* param type */
|
||||
1, /* _queued_parameter_count */
|
||||
0); /* _queued_parameter_index */
|
||||
|
Loading…
Reference in New Issue
Block a user