Skip to content

Commit 71f64e6

Browse files
committed
Sub: Fix AP_Relay param naming
1 parent b01ce48 commit 71f64e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArduSub/Parameters.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ const AP_Param::Info Sub::var_info[] = {
410410
#endif
411411

412412
#if AP_RELAY_ENABLED
413-
// @Group: RELAY_
413+
// @Group: RELAY
414414
// @Path: ../libraries/AP_Relay/AP_Relay.cpp
415-
GOBJECT(relay, "RELAY_", AP_Relay),
415+
GOBJECT(relay, "RELAY", AP_Relay),
416416
#endif
417417

418418
// @Group: COMPASS_

0 commit comments

Comments
 (0)