Skip to content

Commit c7685e0

Browse files
committed
Fixed LED_BUILTIN for DISCO_L072CZ_LRWAN1
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 71904d4 commit c7685e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/DISCO_L072CZ_LRWAN1/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ enum {
8989
#define PWM_MAX_DUTY_CYCLE 255
9090

9191
//On-board LED pin number
92-
#define LED_BUILTIN 13
92+
#define LED_BUILTIN PA5
9393
#define LED_LD2 LED_BUILTIN
9494
#define LED_GREEN2 LED_BUILTIN
9595
#define LED_GREEN 4

0 commit comments

Comments
 (0)