Copter: fix SingleCopter motor parameters link

This commit is contained in:
Randy Mackay 2013-11-19 13:25:53 +09:00
parent afbb199544
commit b47cd6d5be
1 changed files with 1 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Path: ../libraries/RC_Channel/RC_Channel.cpp
GGROUP(single_servo_4, "SS4_", RC_Channel),
// @Group: H_
// @Path: ../libraries/AP_Motors/AP_MotorsHeli.cpp
// @Path: ../libraries/AP_Motors/AP_MotorsSingle.cpp
GOBJECT(motors, "MOT_", AP_MotorsSingle),
#else