mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 15:08:39 -04:00
AP_Motors: correct parameter documenation
This commit is contained in:
parent
35bb6a634e
commit
a66da7be00
@ -94,7 +94,7 @@ const AP_Param::GroupInfo AP_MotorsHeli_Single::var_info[] = {
|
||||
// @Param: FLYBAR_MODE
|
||||
// @DisplayName: Flybar Mode Selector
|
||||
// @Description: Flybar present or not. Affects attitude controller used during ACRO flight mode
|
||||
// @Values: 0:NoFlybar 1:Flybar
|
||||
// @Values: 0:NoFlybar,1:Flybar
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("FLYBAR_MODE", 9, AP_MotorsHeli_Single, _flybar_mode, AP_MOTORS_HELI_NOFLYBAR),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user