Skip to content
Snippets Groups Projects
Commit 46a1649f authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: fix SingleCopter motor parameters link

parent c4a5bbd3
No related branches found
No related tags found
No related merge requests found
...@@ -1071,7 +1071,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -1071,7 +1071,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Path: ../libraries/RC_Channel/RC_Channel.cpp // @Path: ../libraries/RC_Channel/RC_Channel.cpp
GGROUP(single_servo_4, "SS4_", RC_Channel), GGROUP(single_servo_4, "SS4_", RC_Channel),
// @Group: H_ // @Group: H_
// @Path: ../libraries/AP_Motors/AP_MotorsHeli.cpp // @Path: ../libraries/AP_Motors/AP_MotorsSingle.cpp
GOBJECT(motors, "MOT_", AP_MotorsSingle), GOBJECT(motors, "MOT_", AP_MotorsSingle),
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment