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 ac19e6d commit 8c7475cCopy full SHA for 8c7475c
tools/update-components.sh
@@ -18,8 +18,10 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then
18
# git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
19
# from feW DAYS after Keyboard LED problem COMMIT - Breaks LED
20
# git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957
21
- # Commit from April 26th, latter.
22
- git checkout ee9ad0f184752e4006ccfa6ae49b7ac83707d771
+ # Commit from April 26th, latter. WORKS
+ # git checkout ee9ad0f184752e4006ccfa6ae49b7ac83707d771
23
+ # Last commit done n the 26th April
24
+ git checkout 31b559370d29f5093979fc50de2ae415fa6612ce
25
cd -
26
else
27
git -C "$TINYUSB_REPO_DIR" fetch && \
0 commit comments