git: change submodules to default to git protocol

this fixes submodule update on cygwin
This commit is contained in:
Andrew Tridgell 2018-03-02 17:50:49 +11:00
parent 3e9f0f83f0
commit 76c76f61c0
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -24,7 +24,7 @@
url = git://github.com/ArduPilot/ChibiOS.git
[submodule "libraries/AP_HAL_F4Light/support/minimosd-extra"]
path = libraries/AP_HAL_F4Light/support/minimosd-extra
url = https://github.com/night-ghost/minimosd-extra
url = git://github.com/night-ghost/minimosd-extra
[submodule "libraries/AP_HAL_F4Light/hardware/STM32F4xx_DSP_StdPeriph_Lib_V1.1.0/Libraries"]
path = libraries/AP_HAL_F4Light/hardware/STM32F4xx_DSP_StdPeriph_Lib_V1.1.0/Libraries
url = https://github.com/night-ghost/SPL
url = git://github.com/night-ghost/SPL