mirror of https://github.com/ArduPilot/ardupilot
Copter: Fix AP_Relay param naming
This commit is contained in:
parent
368ec28ab6
commit
18ba0c5d2b
|
@ -451,9 +451,9 @@ const AP_Param::Info Copter::var_info[] = {
|
|||
#endif
|
||||
|
||||
#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
|
||||
|
|
Loading…
Reference in New Issue