global: change LED pin so we can use the LSE oscillator
This commit is contained in:
parent
ebbea376a6
commit
b83ede23ef
2
global.h
2
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user