Skip to content

Commit c6bd8e9

Browse files
committed
Fix ESP tinyusb
1 parent e299a78 commit c6bd8e9

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
@@ -68,8 +68,8 @@
6868
url = https://github.com/adafruit/nrfx.git
6969
[submodule "lib/tinyusb"]
7070
path = lib/tinyusb
71-
url = https://github.com/hathach/tinyusb.git
72-
branch = master
71+
url = https://github.com/tannewt/tinyusb.git
72+
branch = esp_fix
7373
fetchRecurseSubmodules = false
7474
[submodule "tools/huffman"]
7575
path = tools/huffman

lib/tinyusb

0 commit comments

Comments
 (0)