AP_HAL_ChibiOS: rename HAL_AP_FETTEC_ONEWIRE_ENABLED to AP_FETTEC_ONEWIRE_ENABLED

This commit is contained in:
Peter Barker 2021-11-23 15:52:22 +11:00 committed by Peter Barker
parent 1590fcf0bf
commit 5d005df92f
3 changed files with 3 additions and 3 deletions

View File

@ -134,4 +134,4 @@ define HAL_BARO_20789_I2C_ADDR_PRESS 0x63
# Disable un-needed hardware drivers # Disable un-needed hardware drivers
define HAL_WITH_ESC_TELEM 0 define HAL_WITH_ESC_TELEM 0
define HAL_AP_FETTEC_ONEWIRE_ENABLED 0 define AP_FETTEC_ONEWIRE_ENABLED 0

View File

@ -137,4 +137,4 @@ define AP_PARAM_MAX_EMBEDDED_PARAM 8192
# Disable un-needed hardware drivers # Disable un-needed hardware drivers
define HAL_WITH_ESC_TELEM 0 define HAL_WITH_ESC_TELEM 0
define HAL_AP_FETTEC_ONEWIRE_ENABLED 0 define AP_FETTEC_ONEWIRE_ENABLED 0

View File

@ -67,4 +67,4 @@ env BUILD_ABIN True
# Disable un-needed hardware drivers # Disable un-needed hardware drivers
define HAL_WITH_ESC_TELEM 0 define HAL_WITH_ESC_TELEM 0
define HAL_AP_FETTEC_ONEWIRE_ENABLED 0 define AP_FETTEC_ONEWIRE_ENABLED 0