Skip to content

Commit a95f7c5

Browse files
GreenEllipsisfpistm
authored andcommitted
map LED_BUILTIN to PA13
PA13 is the onboard blue LED. Was mapped to PNUM_NOT_DEFINED.
1 parent 99cc110 commit a95f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/STM32G0xx/G0B1C(B-C-E)(T-U)_G0C1C(C-E)(T-U)/variant_EBB42_V1_1.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
// On-board LED pin number
104104
#ifndef LED_BUILTIN
105-
#define LED_BUILTIN PNUM_NOT_DEFINED
105+
#define LED_BUILTIN PA13
106106
#endif
107107

108108
// On-board user button

0 commit comments

Comments
 (0)