Skip to content

Commit

Permalink
Update libraries/GCS_MAVLink/GCS_Common.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Barker <pb-gh@barker.dropbear.id.au>
  • Loading branch information
magicrub and peterbarker committed Aug 21, 2023
1 parent 21e1993 commit 9331f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/GCS_MAVLink/GCS_Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@ void GCS_MAVLINK::send_home_position() const
home_pos_neu_cm = Vector3f{NAN, NAN, NAN};
}

const float q[4] = {NAN, NAN, NAN, NAN};
const float q[4] {NAN, NAN, NAN, NAN};
mavlink_msg_home_position_send(
chan,
home.lat,
Expand Down

0 comments on commit 9331f5a

Please sign in to comment.