Plane: Fix AP_Relay param naming

This commit is contained in:
Michael du Breuil 2023-10-03 17:17:44 -07:00 committed by Peter Barker
parent 18ba0c5d2b
commit 9aa0ceb9dd
1 changed files with 2 additions and 2 deletions

View File

@ -757,9 +757,9 @@ const AP_Param::Info Plane::var_info[] = {
GOBJECT(arming, "ARMING_", AP_Arming_Plane),
#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
#if PARACHUTE == ENABLED