Skip to content

Commit 8787895

Browse files
committed
Fix LED pin for Olimex STM32-H103
1 parent 099d8e8 commit 8787895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stm32f103/olimexstm32h103/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define LED_GPIO_PORT GPIOC
4040
#endif
4141
#ifndef LED_GPIO_PIN
42-
#define LED_GPIO_PIN GPIO14
42+
#define LED_GPIO_PIN GPIO12
4343
#endif
4444
#ifndef LED_OPEN_DRAIN
4545
#define LED_OPEN_DRAIN 1

0 commit comments

Comments
 (0)