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

This commit is contained in:
TT 2019-09-26 08:43:58 +09:00
parent 9508ea7215
commit 0abe3e00d0

4
.gitmodules vendored
View file

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