mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-01 11:13:58 -04:00
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
include ../MatekL431/hwdef.inc
|
|
|
|
define HAL_USE_ADC FALSE
|
|
define STM32_ADC_USE_ADC1 FALSE
|
|
define HAL_DISABLE_ADC_DRIVER TRUE
|
|
|
|
# ENABLE ADSB
|
|
define AP_PERIPH_ADSB_ENABLED 1
|
|
define HAL_PERIPH_ADSB_PORT_DEFAULT 2
|
|
|
|
|