Skip to content

Commit 758e3be

Browse files
Fix LED pin for Pico 2W
Fixes #2644
1 parent 7add625 commit 758e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/rpipico2w/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
// LEDs
10-
#define PIN_LED (25u)
10+
#define PIN_LED (64u)
1111

1212
// Serial
1313
#define PIN_SERIAL1_TX (0u)

0 commit comments

Comments
 (0)