Copter: fix @Group for SingleCopter

This commit is contained in:
Randy Mackay 2013-11-26 21:50:29 +09:00
parent 9c812d5028
commit c32d77c626

View File

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