From 587c517d8935a4e735a77d0a50c47b0034fa85a3 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Sun, 14 Oct 2018 15:22:31 +0200 Subject: [PATCH] Fixed led # in stm32 test app --- test-app/led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/led.c b/test-app/led.c index 70827764..d0ee6587 100644 --- a/test-app/led.c +++ b/test-app/led.c @@ -34,7 +34,7 @@ #define GPIOD_ODR (*(volatile uint32_t *)(GPIOD_BASE + 0x14)) #define GPIOD_AFL (*(volatile uint32_t *)(GPIOD_BASE + 0x20)) #define GPIOD_AFH (*(volatile uint32_t *)(GPIOD_BASE + 0x24)) -#define LED_PIN (12) +#define LED_PIN (15) #define GPIO_OSPEED_100MHZ (0x03)