mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
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
This commit is contained in:
parent
b47cd6d5be
commit
e6a2940718
@ -1070,7 +1070,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: H_
|
||||
// @Group: (SingleCopter)MOT_
|
||||
// @Path: ../libraries/AP_Motors/AP_MotorsSingle.cpp
|
||||
GOBJECT(motors, "MOT_", AP_MotorsSingle),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user