Skip to content

Commit 61d041c

Browse files
committed
Rover: Fix AP_Relay param naming
1 parent 71f64e6 commit 61d041c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rover/Parameters.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ const AP_Param::Info Rover::var_info[] = {
222222
GOBJECT(barometer, "BARO", AP_Baro),
223223

224224
#if AP_RELAY_ENABLED
225-
// @Group: RELAY_
225+
// @Group: RELAY
226226
// @Path: ../libraries/AP_Relay/AP_Relay.cpp
227-
GOBJECT(relay, "RELAY_", AP_Relay),
227+
GOBJECT(relay, "RELAY", AP_Relay),
228228
#endif
229229

230230
// @Group: RCMAP_

0 commit comments

Comments
 (0)