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

px4fmu-v4:Board does CAN GPIO init

parent 35b010ae
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,10 @@ stm32_boardinitialize(void)
stm32_configgpio(GPIO_ADC1_IN4); /* VDD_5V_SENS */
stm32_configgpio(GPIO_ADC1_IN11); /* RSSI analog in */
// Configure CAN interface
stm32_configgpio(GPIO_CAN1_RX);
stm32_configgpio(GPIO_CAN1_TX);
// Configure power supply control/sense pins.
stm32_configgpio(GPIO_PERIPH_3V3_EN);
stm32_configgpio(GPIO_VDD_BRICK_VALID);
......
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