mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 10:10:35 +08:00
mindpx-v2:Board does CAN GPIO init
This commit is contained in:
committed by
Daniel Agar
parent
1a007c139c
commit
d8300bfd8e
@@ -190,6 +190,10 @@ stm32_boardinitialize(void)
|
||||
stm32_configgpio(GPIO_SBUS_INV);
|
||||
stm32_configgpio(GPIO_FRSKY_INV);
|
||||
|
||||
/* configure CAN interface */
|
||||
|
||||
stm32_configgpio(GPIO_CAN1_RX);
|
||||
stm32_configgpio(GPIO_CAN1_TX);
|
||||
|
||||
/* configure SPI interfaces */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user