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 7322fdc commit b22ea8bCopy full SHA for b22ea8b
examples/stm32/f1/stm32-maple/miniblink/miniblink.c
@@ -26,7 +26,7 @@ static void gpio_setup(void)
26
/* Manually: */
27
// RCC_APB2ENR |= RCC_APB2ENR_IOPCEN;
28
/* Using API functions: */
29
- rcc_periph_clock_enable(RCC_GPIOC);
+ rcc_periph_clock_enable(RCC_GPIOA);
30
31
/* Set GPIO5 (in GPIO port A) to 'output push-pull'. */
32
0 commit comments