Skip to content

Commit 587c517

Browse files
committed
Fixed led # in stm32 test app
1 parent ec66c47 commit 587c517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define GPIOD_ODR (*(volatile uint32_t *)(GPIOD_BASE + 0x14))
3535
#define GPIOD_AFL (*(volatile uint32_t *)(GPIOD_BASE + 0x20))
3636
#define GPIOD_AFH (*(volatile uint32_t *)(GPIOD_BASE + 0x24))
37-
#define LED_PIN (12)
37+
#define LED_PIN (15)
3838

3939
#define GPIO_OSPEED_100MHZ (0x03)
4040

0 commit comments

Comments
 (0)