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 ad918d6 commit e11af6eCopy full SHA for e11af6e
tools/update-components.sh
@@ -13,7 +13,9 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then
13
# Temporary fix given that tinyusb/master is breaking Lib Builder
14
cd "$TINYUSB_REPO_DIR"
15
# from right before Keyboard LED problem
16
- git checkout 69313ef45564cc8967575f47fb8c57371cbea470
+ # git checkout 69313ef45564cc8967575f47fb8c57371cbea470
17
+ # from right after Keyboard LED problem
18
+ git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
19
cd -
20
else
21
git -C "$TINYUSB_REPO_DIR" fetch && \
0 commit comments