Skip to content

Commit

Permalink
Rover: 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 d210049 commit 3bc4b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rover/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ const AP_Param::Info Rover::var_info[] = {
GOBJECT(barometer, "BARO", AP_Baro),

#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: RCMAP_
Expand Down

0 comments on commit 3bc4b5f

Please sign in to comment.