From ae56bc7af44effc5100e8a5a586b284c0e7de3ec Mon Sep 17 00:00:00 2001 From: Simon Kueppers Date: Sat, 30 Dec 2023 14:09:47 +0100 Subject: [PATCH] Switched from our own tinyusb bugfix branch to official 0.16.0 release https://github.com/hathach/tinyusb/pull/1828 --- .gitmodules | 2 +- stm32/aioc-fw/Middlewares/Third-Party/tinyusb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3741018..e0beb50 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "stm32/aioc-fw/Middlewares/Third-Party/tinyusb"] path = stm32/aioc-fw/Middlewares/Third-Party/tinyusb - url = https://github.com/skuep/tinyusb.git + url = https://github.com/hathach/tinyusb.git diff --git a/stm32/aioc-fw/Middlewares/Third-Party/tinyusb b/stm32/aioc-fw/Middlewares/Third-Party/tinyusb index 16c2cd2..1eb6ce7 160000 --- a/stm32/aioc-fw/Middlewares/Third-Party/tinyusb +++ b/stm32/aioc-fw/Middlewares/Third-Party/tinyusb @@ -1 +1 @@ -Subproject commit 16c2cd2f6574e45fa7d0f4a1cf97083496cf3fdd +Subproject commit 1eb6ce784ca9b8acbbe43dba9f1d9c26c2e80eb0