We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b907aa commit 6a7c8d6Copy full SHA for 6a7c8d6
ports/stm32f4/peripherals/stm32f4/stm32f411xe/gpio.c
@@ -29,9 +29,7 @@
29
#include "common-hal/microcontroller/Pin.h"
30
31
void stm32f4_peripherals_gpio_init(void) {
32
- //Enable all GPIO for now
33
- GPIO_InitTypeDef GPIO_InitStruct = {0};
34
- /* GPIO Ports Clock Enable */
+ //* GPIO Ports Clock Enable */
35
__HAL_RCC_GPIOE_CLK_ENABLE();
36
__HAL_RCC_GPIOC_CLK_ENABLE();
37
__HAL_RCC_GPIOH_CLK_ENABLE();
0 commit comments