Fix bad submodule path
The repository URL for extmod/ulab had a trailing slash, causing errors when trying to clone it. Closes #2762
This commit is contained in:
parent
44cf7988c0
commit
abf79de785
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user