AP_HAL_ChibiOS: disable FETtec OneWire device driver

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2021-05-26 13:26:05 +02:00 committed by Peter Barker
parent 2cf22112a2
commit 38a825c987
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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