Fixed led # in stm32 test app

pull/1/head
Daniele Lacamera 2018-10-14 15:22:31 +02:00
parent ec66c47375
commit 587c517d89
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define GPIOD_ODR (*(volatile uint32_t *)(GPIOD_BASE + 0x14)) #define GPIOD_ODR (*(volatile uint32_t *)(GPIOD_BASE + 0x14))
#define GPIOD_AFL (*(volatile uint32_t *)(GPIOD_BASE + 0x20)) #define GPIOD_AFL (*(volatile uint32_t *)(GPIOD_BASE + 0x20))
#define GPIOD_AFH (*(volatile uint32_t *)(GPIOD_BASE + 0x24)) #define GPIOD_AFH (*(volatile uint32_t *)(GPIOD_BASE + 0x24))
#define LED_PIN (12) #define LED_PIN (15)
#define GPIO_OSPEED_100MHZ (0x03) #define GPIO_OSPEED_100MHZ (0x03)