AP_OpticalFlow: Deleted parameter descriptions without variables

This commit is contained in:
murata 2020-01-11 07:25:45 +09:00 committed by Randy Mackay
parent 8ae5dffd31
commit b041a8206b
1 changed files with 0 additions and 7 deletions

View File

@ -83,13 +83,6 @@ const AP_Param::GroupInfo OpticalFlow::var_info[] = {
// @User: Advanced
AP_GROUPINFO("_ADDR", 5, OpticalFlow, _address, 0),
// the parameter description below is for GCSs (like MP) that use master for the parameter descriptions. This should be removed when Copter-3.7 is released
// @Param: _ENABLE
// @DisplayName: Optical flow enable/disable
// @Description: Setting this to Enabled(1) will enable optical flow. Setting this to Disabled(0) will disable optical flow
// @Values: 0:Disabled, 1:Enabled
// @User: Standard
AP_GROUPEND
};