Skip to content

Commit 017540e

Browse files
authored
COMMIT LATTER
1 parent e11af6e commit 017540e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tools/update-components.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ 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-
# from right before Keyboard LED problem
15+
# from right before Keyboard LED problem - No issue fonud
1616
# git checkout 69313ef45564cc8967575f47fb8c57371cbea470
17-
# from right after Keyboard LED problem
18-
git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
17+
# from right after Keyboard LED problem - No issue fonud
18+
# git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
19+
# from feW DAYS after Keyboard LED problem COMMIT -
20+
git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957
1921
cd -
2022
else
2123
git -C "$TINYUSB_REPO_DIR" fetch && \

0 commit comments

Comments
 (0)