Skip to content

Commit e11af6e

Browse files
authored
testing TinyUSB Keyb LED breaking commit
1 parent ad918d6 commit e11af6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/update-components.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then
1313
# Temporary fix given that tinyusb/master is breaking Lib Builder
1414
cd "$TINYUSB_REPO_DIR"
1515
# from right before Keyboard LED problem
16-
git checkout 69313ef45564cc8967575f47fb8c57371cbea470
16+
# git checkout 69313ef45564cc8967575f47fb8c57371cbea470
17+
# from right after Keyboard LED problem
18+
git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
1719
cd -
1820
else
1921
git -C "$TINYUSB_REPO_DIR" fetch && \

0 commit comments

Comments
 (0)