Skip to content

Commit

Permalink
astyle cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Astik-2002 committed Apr 9, 2024
1 parent f3c5599 commit ac75f1e
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 @@ -566,7 +566,7 @@ void AP_DDS_Client::on_topic(uxrSession* uxr_session, uxrObjectId object_id, uin
#endif // AP_EXTERNAL_CONTROL_ENABLED
break;
}

case topics[to_underlying(TopicIndex::ANGULAR_CONTROL_SUB)].dr_id.id: {
const bool success = custom_msgs_msg_AngularVelandAccn_deserialize_topic(ub, &rx_angular_control_topic);
if (success == false) {
Expand Down

0 comments on commit ac75f1e

Please sign in to comment.