mirror of https://github.com/ArduPilot/ardupilot
hwdef: add MatekL431-RC for RC input
This commit is contained in:
parent
103caac92c
commit
ca549e1887
|
@ -0,0 +1,10 @@
|
|||
include ../MatekL431/hwdef.inc
|
||||
|
||||
define CAN_APP_NODE_NAME "org.ardupilot.MatekL431-RC"
|
||||
|
||||
define HAL_USE_ADC FALSE
|
||||
define STM32_ADC_USE_ADC1 FALSE
|
||||
define HAL_DISABLE_ADC_DRIVER TRUE
|
||||
|
||||
define HAL_PERIPH_ENABLE_RCIN 1
|
||||
define AP_PERIPH_RC1_PORT_DEFAULT 2
|
Loading…
Reference in New Issue