mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: disable FETtec OneWire device driver
This commit is contained in:
parent
dda50fffed
commit
c88d91bdc1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue