diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-03-09 14:48:52 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-03-09 14:48:52 -0500 |
| commit | eab9b670d8a8f57c94ec1375cd5cea64fe7b1df8 (patch) | |
| tree | 9450fdac3931a1bed51b3656f975fd452aac4437 /.gitmodules | |
| parent | 83d5da95b7d2555466dfe24c292ce9b2b7e5b597 (diff) | |
ulab: Use https://github.com/v923z/micropython-ulab/
The only delta we were carrying was in the README.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9130593f2..c25239882 100644 --- a/.gitmodules +++ b/.gitmodules @@ -116,7 +116,7 @@ url = https://github.com/adafruit/Adafruit_CircuitPython_Register.git [submodule "extmod/ulab"] path = extmod/ulab - url = https://github.com/adafruit/circuitpython-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 |
