Skip to content

Commit 90d4841

Browse files
Fix LED pin for Pico 2W (#2646)
Fixes #2644
1 parent e16c459 commit 90d4841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/rpipico2w/pins_arduino.h

Lines changed: 1 addition & 1 deletion
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)