AP_Motors: correct H_SV_MAN metadata warning

This commit is contained in:
Hwurzburg 2021-05-21 19:10:27 -05:00 committed by Andrew Tridgell
parent 65fe6a705e
commit 57ee6ffdfe

View File

@ -55,7 +55,7 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] = {
// @Param: SV_MAN
// @DisplayName: Manual Servo Mode
// @Description: Manual servo override for swash set-up. Do not set this manually!
// @Description: Manual servo override for swash set-up. Must be 0 (Disabled) for flight!
// @Values: 0:Disabled,1:Passthrough,2:Max collective,3:Mid collective,4:Min collective
// @User: Standard
AP_GROUPINFO("SV_MAN", 6, AP_MotorsHeli, _servo_mode, SERVO_CONTROL_MODE_AUTOMATED),