Skip to content

Commit

Permalink
Temporary Fixe for DDS_PARAM not showing in AP_Copter
Browse files Browse the repository at this point in the history
  • Loading branch information
arshPratap committed Apr 21, 2024
1 parent 484ce40 commit 7566b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Vehicle/AP_Vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const AP_Param::GroupInfo AP_Vehicle::var_info[] = {
#if AP_DDS_ENABLED
// @Group: DDS
// @Path: ../AP_DDS/AP_DDS_Client.cpp
AP_SUBGROUPPTR(dds_client, "DDS", 18, AP_Vehicle, AP_DDS_Client),
AP_SUBGROUPINFO(dds_client, "DDS", 18, AP_Vehicle, AP_DDS_Client),
#endif

#if AP_KDECAN_ENABLED
Expand Down

0 comments on commit 7566b04

Please sign in to comment.