Skip to content

Commit 4a55e96

Browse files
committed
Fix RP2040 build with PIO USB
1 parent b795c05 commit 4a55e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@
344344
url = https://github.com/adafruit/Adafruit_CircuitPython_Wave.git
345345
[submodule "ports/raspberrypi/lib/Pico-PIO-USB"]
346346
path = ports/raspberrypi/lib/Pico-PIO-USB
347-
url = https://github.com/sekigon-gonnoc/Pico-PIO-USB.git
348-
branch = main
347+
url = https://github.com/adafruit/Pico-PIO-USB.git
348+
branch = sdk2_fix
349349
[submodule "lib/micropython-lib"]
350350
path = lib/micropython-lib
351351
url = https://github.com/micropython/micropython-lib.git

0 commit comments

Comments
 (0)