Skip to content

Commit ae5d389

Browse files
committed
[HY_TinySTM103T] Fix wrong LED pin definition
Fix stm32duino#433 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5fde0a1 commit ae5d389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/HY_TinySTM103T/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extern const PinName digitalPin[];
7979
#define NUM_ANALOG_FIRST 24
8080

8181
// On-board LED pin number
82-
#define LED_BUILTIN PB1
82+
#define LED_BUILTIN PA1
8383
#define LED_GREEN LED_BUILTIN
8484

8585
// SPI Definitions

0 commit comments

Comments
 (0)