diff --git a/Rover/Parameters.cpp b/Rover/Parameters.cpp index 5d4a84fc9b..ac1bdb29ab 100644 --- a/Rover/Parameters.cpp +++ b/Rover/Parameters.cpp @@ -223,9 +223,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_