From 493ed000ddfc21aa1db933f5477dba52ac841aac Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Thu, 21 Jan 2021 01:21:09 -0600 Subject: [PATCH] update tinyusb url to use https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f99ce14..70b4bfb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "tinyusb"] path = lib/tinyusb - url = git@github.com:raspberrypi/tinyusb.git + url = https://github.com/raspberrypi/tinyusb.git branch = pico