env: replace git submodule url as http to prevent failure to fetch without github account

pull/38/head
TT 6 years ago
parent 9508ea7215
commit 0abe3e00d0

4
.gitmodules vendored

@ -1,4 +1,4 @@
[submodule "ChibiOS"]
path = ChibiOS
url = git@github.com:edy555/ChibiOS.git
branch = I2SFULLDUPLEX
url = https://github.com/edy555/ChibiOS.git
branch = I2SFULLDUPLEX

Loading…
Cancel
Save

Powered by TurnKey Linux.