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

auav-x21:Board does CAN GPIO init

parent d6987ac6
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,11 @@ stm32_boardinitialize(void)
px4_arch_configgpio(GPIO_VDD_BRICK_VALID);
px4_arch_configgpio(GPIO_VDD_5V_PERIPH_OC);
/* configure CAN interface */
stm32_configgpio(GPIO_CAN1_RX);
stm32_configgpio(GPIO_CAN1_TX);
/* configure SPI interfaces */
stm32_spiinitialize();
......
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