We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11af6e commit 017540eCopy full SHA for 017540e
tools/update-components.sh
@@ -12,10 +12,12 @@ 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
- # from right before Keyboard LED problem
+ # from right before Keyboard LED problem - No issue fonud
16
# git checkout 69313ef45564cc8967575f47fb8c57371cbea470
17
- # from right after Keyboard LED problem
18
- git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
+ # from right after Keyboard LED problem - No issue fonud
+ # git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
19
+ # from feW DAYS after Keyboard LED problem COMMIT -
20
+ git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957
21
cd -
22
else
23
git -C "$TINYUSB_REPO_DIR" fetch && \
0 commit comments