From 69f224aec31dbe71386568e45cbb58a38d7d892d Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 10 Jul 2018 02:39:38 +0700 Subject: [PATCH] change gitmodule link from git to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 32f30f761c..b898337e99 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,5 +75,5 @@ url = https://github.com/NordicSemiconductor/nrfx.git [submodule "lib/tinyusb"] path = lib/tinyusb - url = git@github.com:hathach/tinyusb.git + url = https://github.com/hathach/tinyusb.git branch = develop