Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65dc8ba

Browse files
authoredOct 1, 2024··
set latest working commit
1 parent 7f022ff commit 65dc8ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tools/update-components.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then
1212
git clone "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR"
1313
# Temporary fix given that tinyusb/master is breaking Lib Builder
1414
cd "$TINYUSB_REPO_DIR"
15-
git checkout 0877a486c
15+
# from Sep 18, 2024
16+
git checkout 40b55170c87da109b3416ac80eaa55ca56eadc77
1617
cd -
1718
else
1819
git -C "$TINYUSB_REPO_DIR" fetch && \

0 commit comments

Comments
 (0)
Please sign in to comment.