Skip to content

Commit

Permalink
Update libraries/AP_DDS/AP_DDS_Client.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanf55 authored May 28, 2024
1 parent c8b6e7f commit 5f3bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_DDS/AP_DDS_Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const AP_Param::GroupInfo AP_DDS_Client::var_info[] {
AP_GROUPEND
};

static inline void initialize(geometry_msgs_msg_Quaternion& q)
static void initialize(geometry_msgs_msg_Quaternion& q)
{
q.x = 0.0;
q.y = 0.0;
Expand Down

0 comments on commit 5f3bf97

Please sign in to comment.