From 2e04a93a0d0b750eae906ca90ac0dec03a69e2a6 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 6 Aug 2018 18:47:22 +0700 Subject: [PATCH] change submodule link to https --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3aba9ee..0ad6ada 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "tinyusb"] path = lib/tinyusb - url = git@github.com:hathach/tinyusb.git + url = https://github.com/hathach/tinyusb.git + branch = develop