Plane: mark ELEVON_MIXING as deprecated

This commit is contained in:
Andrew Tridgell 2015-02-19 15:55:30 +11:00
parent 6959cdbf15
commit d0d5524bce
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: ELEVON_MIXING
// @DisplayName: Elevon mixing
// @Description: Enable elevon mixing on both input and output. To enable just output mixing see the ELEVON_OUTPUT option.
// @Description: This enables an older form of elevon mixing which is now deprecated. Please see the ELEVON_OUTPUT option for setting up elevons. The ELEVON_MIXING option should be set to 0 for elevon planes except for backwards compatibilty with older setups.
// @Values: 0:Disabled,1:Enabled
// @User: User
GSCALAR(mix_mode, "ELEVON_MIXING", ELEVON_MIXING),