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

Copter: prefix SingleCopter's MOT param description

This should allow single copter's MOT_ parameter descriptions to be more
easily recognised as belonging to SingleCopter when viewed on the wiki's
arducopter-parameters page
parent 46a1649f
No related branches found
No related tags found
No related merge requests found
...@@ -1070,7 +1070,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -1070,7 +1070,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Group: SS4_ // @Group: SS4_
// @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: (SingleCopter)MOT_
// @Path: ../libraries/AP_Motors/AP_MotorsSingle.cpp // @Path: ../libraries/AP_Motors/AP_MotorsSingle.cpp
GOBJECT(motors, "MOT_", AP_MotorsSingle), GOBJECT(motors, "MOT_", AP_MotorsSingle),
......
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