Skip to content

Commit

Permalink
Sub: Fix AP_Relay param naming
Browse files Browse the repository at this point in the history
  • Loading branch information
WickedShell committed Oct 24, 2023
1 parent 3dd4b9a commit d210049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArduSub/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ const AP_Param::Info Sub::var_info[] = {
#endif

#if AP_RELAY_ENABLED
// @Group: RELAY_
// @Group: RELAY
// @Path: ../libraries/AP_Relay/AP_Relay.cpp
GOBJECT(relay, "RELAY_", AP_Relay),
GOBJECT(relay, "RELAY", AP_Relay),
#endif

// @Group: COMPASS_
Expand Down

0 comments on commit d210049

Please sign in to comment.