mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mindpx-v2:Board does CAN GPIO init
This commit is contained in:
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 */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user