mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
FMUv4: Do not mess with GPIO5 during startup
This commit is contained in:
parent
f2a6645cc9
commit
61bb8ac603
@ -222,7 +222,6 @@ __EXPORT int nsh_archinitialize(void)
|
||||
/* configure power supply control/sense pins */
|
||||
stm32_configgpio(GPIO_PERIPH_3V3_EN);
|
||||
stm32_configgpio(GPIO_VDD_BRICK_VALID);
|
||||
stm32_configgpio(GPIO_GPIO5_OUTPUT);
|
||||
|
||||
stm32_configgpio(GPIO_SBUS_INV);
|
||||
stm32_configgpio(GPIO_8266_GPIO0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user