We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f022ff commit 65dc8baCopy full SHA for 65dc8ba
tools/update-components.sh
@@ -12,7 +12,8 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then
12
git clone "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR"
13
# Temporary fix given that tinyusb/master is breaking Lib Builder
14
cd "$TINYUSB_REPO_DIR"
15
- git checkout 0877a486c
+ # from Sep 18, 2024
16
+ git checkout 40b55170c87da109b3416ac80eaa55ca56eadc77
17
cd -
18
else
19
git -C "$TINYUSB_REPO_DIR" fetch && \
0 commit comments