diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-11-09 15:56:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-09 15:56:29 -0500 |
| commit | 97bc95183d5114ce69c9387ebd2e2aa13feb65a7 (patch) | |
| tree | 83853be3b0197c1c18bcea4f5d3403d48a63e15e /.gitmodules | |
| parent | d08747d374057b24803b429bbf6474a2e4dcea5c (diff) | |
| parent | 43f7ca7985768c974b6881957b21d687c34413ba (diff) | |
Merge pull request #1321 from tannewt/tinyusb_samd
Move atmel-samd to tinyusb and support nRF flash.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 38b6ea5df..1c1f8eb65 100644 --- a/.gitmodules +++ b/.gitmodules @@ -78,7 +78,7 @@ url = https://github.com/adafruit/nrfx.git [submodule "lib/tinyusb"] path = lib/tinyusb - url = https://github.com/hathach/tinyusb.git + url = https://github.com/tannewt/tinyusb.git branch = develop [submodule "tools/huffman"] path = tools/huffman |
