Skip to content

Commit

Permalink
Fix LED pin for Pico 2W (#2646)
Browse files Browse the repository at this point in the history
Fixes #2644
  • Loading branch information
earlephilhower authored Nov 27, 2024
1 parent e16c459 commit 90d4841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/rpipico2w/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


// LEDs
#define PIN_LED (25u)
#define PIN_LED (64u)

// Serial
#define PIN_SERIAL1_TX (0u)
Expand Down

0 comments on commit 90d4841

Please sign in to comment.