diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-02 13:00:50 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-02 13:00:50 -0700 |
| commit | a49200d5cbc7f5f322866d68dab5f7d100b399d1 (patch) | |
| tree | 12ec67f1e9a529ef78340c2f80b0372c6d564025 /.gitmodules | |
| parent | 7b393bc406bfa50f7bbfacd573d0fdab04dcb5f4 (diff) | |
tools: Switch to using separate usb_descriptor repo.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index adf0c871a..4861053fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ path = ports/atmel-samd/asf4 url = https://github.com/adafruit/asf4.git branch = circuitpython +[submodule "tools/usb_descriptor"] + path = tools/usb_descriptor + url = https://github.com/adafruit/usb_descriptor.git |
