mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Copter: remove very old parameter conversion information
This commit is contained in:
parent
b24d74b35d
commit
caa77ccba8
@ -1294,12 +1294,6 @@ ParametersG2::ParametersG2(void)
|
||||
old object. This should be zero for top level parameters.
|
||||
*/
|
||||
const AP_Param::ConversionInfo conversion_table[] = {
|
||||
// PARAMETER_CONVERSION - Added: Oct-2014
|
||||
{ Parameters::k_param_log_bitmask_old, 0, AP_PARAM_INT16, "LOG_BITMASK" },
|
||||
// PARAMETER_CONVERSION - Added: Jan-2015
|
||||
{ Parameters::k_param_serial0_baud, 0, AP_PARAM_INT16, "SERIAL0_BAUD" },
|
||||
{ Parameters::k_param_serial1_baud, 0, AP_PARAM_INT16, "SERIAL1_BAUD" },
|
||||
{ Parameters::k_param_serial2_baud, 0, AP_PARAM_INT16, "SERIAL2_BAUD" },
|
||||
// PARAMETER_CONVERSION - Added: Jan-2017
|
||||
{ Parameters::k_param_arming_check_old, 0, AP_PARAM_INT8, "ARMING_CHECK" },
|
||||
// battery
|
||||
|
Loading…
Reference in New Issue
Block a user