mirror of https://github.com/ArduPilot/ardupilot
Copter: fix SingleCopter motor parameters link
This commit is contained in:
parent
afbb199544
commit
b47cd6d5be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue