mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -04:00
AP_HAL_ChibiOS: rename HAL_AP_FETTEC_ONEWIRE_ENABLED to AP_FETTEC_ONEWIRE_ENABLED
This commit is contained in:
parent
1590fcf0bf
commit
5d005df92f
@ -134,4 +134,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
|
||||
define AP_FETTEC_ONEWIRE_ENABLED 0
|
||||
|
@ -137,4 +137,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
|
||||
define AP_FETTEC_ONEWIRE_ENABLED 0
|
||||
|
@ -67,4 +67,4 @@ env BUILD_ABIN True
|
||||
|
||||
# Disable un-needed hardware drivers
|
||||
define HAL_WITH_ESC_TELEM 0
|
||||
define HAL_AP_FETTEC_ONEWIRE_ENABLED 0
|
||||
define AP_FETTEC_ONEWIRE_ENABLED 0
|
||||
|
Loading…
Reference in New Issue
Block a user