global: change LED pin so we can use the LSE oscillator

This commit is contained in:
King Kévin 2020-03-06 11:06:42 +01:00
parent ebbea376a6
commit b83ede23ef
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@
#define LED_PIN PA1 /**< GPIO pin (pin 11) */
#define LED_ON 0 /**< LED is on when pin is low */
#elif defined(BLUE_PILL)
#define LED_PIN PC13 /**< GPIO pin */
#define LED_PIN PB11 /**< GPIO pin */
#define LED_ON 0 /**< LED is on when pin is low */
#elif defined(BLACK_PILL)
#define LED_PIN PB12 /**< GPIO pin */