diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-04-11 10:04:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 10:04:24 -0400 |
| commit | a4c86e1e12327ebb2ae505994d468f4bfa080746 (patch) | |
| tree | 9e273a3caeacb112d3d5e715e4fcf67457105323 | |
| parent | 44cf7988c04e7390a713b351e72d75b1708de20c (diff) | |
| parent | abf79de785b8cdd516d8bd546236263e943485a5 (diff) | |
Merge pull request #2763 from larsks/bug/bad-submodule-path
Fix bad submodule path
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5c3387077..365d9ff72 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,7 +109,7 @@ url = https://github.com/adafruit/Adafruit_CircuitPython_Register.git [submodule "extmod/ulab"] path = extmod/ulab - url = https://github.com/v923z/micropython-ulab/ + url = https://github.com/v923z/micropython-ulab [submodule "frozen/Adafruit_CircuitPython_ESP32SPI"] path = frozen/Adafruit_CircuitPython_ESP32SPI url = https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI |
