We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017540e commit e348f8eCopy full SHA for e348f8e
tools/update-components.sh
@@ -16,8 +16,10 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then
16
# git checkout 69313ef45564cc8967575f47fb8c57371cbea470
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
+ # from feW DAYS after Keyboard LED problem COMMIT - Breaks LED
+ # git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957
21
+ # Commit from April 27th, latter.
22
+ git checkout ef7be4c2ffa0061aec2ea32f530a4037f7309f1e
23
cd -
24
else
25
git -C "$TINYUSB_REPO_DIR" fetch && \
0 commit comments