From b83ede23ef642ca56db638a48029514a0e0e32ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 6 Mar 2020 11:06:42 +0100 Subject: [PATCH] global: change LED pin so we can use the LSE oscillator --- global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.h b/global.h index 7b4e181..4ff91c9 100644 --- a/global.h +++ b/global.h @@ -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 */