mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: remove redundant BRD_ prefix, it also made this parameter 17 characters long
This commit is contained in:
parent
b09ebbb891
commit
f7a683d38e
|
@ -170,7 +170,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
|||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
||||
#if HAL_PX4_HAVE_PX4IO
|
||||
// @Param: BRD_IO_ENABLE
|
||||
// @Param: IO_ENABLE
|
||||
// @DisplayName: Enable IO co-processor
|
||||
// @Description: This allows for the IO co-processor on FMUv1 and FMUv2 to be disabled
|
||||
// @Values: 0:Disabled,1:Enabled
|
||||
|
|
Loading…
Reference in New Issue