Skip to content

Commit 0c98188

Browse files
committed
🐛 fix broken submodules
1 parent e7a7096 commit 0c98188

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "libopencm3"]
2+
path = libopencm3
3+
url = https://github.com/libopencm3/libopencm3
4+
[submodule "lib/libopencm3"]
5+
path = lib/libopencm3
6+
url = https://github.com/libopencm3/libopencm3
7+
[submodule "lib/tinyusb"]
8+
path = lib/tinyusb
9+
url = https://github.com/hathach/tinyusb

lib/libopencm3

Submodule libopencm3 added at f5813a5

lib/tinyusb

Submodule tinyusb added at 7b62c71

0 commit comments

Comments
 (0)