diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-03-28 13:49:14 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-03-28 14:04:53 -0700 |
| commit | 19b0b414e6091f75991be178f0ff2accd6e11124 (patch) | |
| tree | 5b1ff1127b3e335ef1f6a7462b359bb1e5e2942f /.gitmodules | |
| parent | 6711c5c90d497ce68ea1df249d36b32bdf2f4c6c (diff) | |
Remove freetouch files that were accidentally checked in and
readd the submodule.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a7f31837a..ec0b01e33 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,9 +33,6 @@ path = lib/stm32lib url = https://github.com/micropython/stm32lib branch = work-F4-1.13.1+F7-1.5.0+L4-1.3.0 -[submodule "freetouch2"] - path = ports/atmel-samd/freetouch - url = https://github.com/adafruit/Adafruit_FreeTouch.git [submodule "atmel-samd/asf4"] path = ports/atmel-samd/asf4 url = https://github.com/adafruit/asf4.git @@ -46,3 +43,6 @@ [submodule "lib/nrfutil"] path = lib/nrfutil url = https://github.com/adafruit/nRF52_nrfutil +[submodule "ports/atmel-samd/freetouch"] + path = ports/atmel-samd/freetouch + url = https://github.com/adafruit/Adafruit_FreeTouch.git |
