mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
0ec35718d7
boolean truth rather than defines, and simplifies code
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
include ../MatekL431/hwdef.inc
|
|
|
|
define CAN_APP_NODE_NAME "org.ardupilot.MatekL431-Proximity"
|
|
|
|
define HAL_USE_ADC FALSE
|
|
define STM32_ADC_USE_ADC1 FALSE
|
|
define HAL_DISABLE_ADC_DRIVER TRUE
|
|
|
|
# support all proximity types
|
|
define HAL_PROXIMITY_ENABLED 1
|
|
|
|
define AP_PERIPH_PRX_PORT_DEFAULT 2
|
|
|