AP_BoardConfig: remove redundant BRD_ prefix, it also made this parameter 17 characters long

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-05-30 03:21:15 +02:00 committed by Randy Mackay
parent b09ebbb891
commit f7a683d38e
1 changed files with 1 additions and 1 deletions

View File

@ -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