Copter: bug fix AP_Rally param directory

This commit is contained in:
Randy Mackay 2014-04-19 22:36:18 +09:00
parent 2a298d0ea4
commit b9845047f4
1 changed files with 1 additions and 1 deletions

View File

@ -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