diff --git a/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino b/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino index b05ece9..60a4c17 100644 --- a/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino +++ b/STM32F1/libraries/A_STM32_Examples/examples/General/BlinkNcount/BlinkNcount.ino @@ -7,7 +7,7 @@ This example code is in the public domain. */ -#define LED_PIN PB1 // Maple Mini LED is on PB1, other boards may vary +#define LED_PIN PC13 // Maple Mini LED is on PB1, other boards may vary int n = 0;