mirror of https://github.com/ArduPilot/ardupilot
Copter: bug fix AP_Rally param directory
This commit is contained in:
parent
2a298d0ea4
commit
b9845047f4
|
@ -973,7 +973,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||
|
||||
#if AC_RALLY == ENABLED
|
||||
// @Group: RALLY_
|
||||
// @Path: ../libraries/AC_Rally/AC_Rally.cpp
|
||||
// @Path: ../libraries/AP_Rally/AP_Rally.cpp
|
||||
GOBJECT(rally, "RALLY_", AP_Rally),
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue