Skip to content
Snippets Groups Projects
Commit d8300bfd authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

mindpx-v2:Board does CAN GPIO init

parent 1a007c13
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment