File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then
12
12
git clone " $TINYUSB_REPO_URL " " $TINYUSB_REPO_DIR "
13
13
# Temporary fix given that tinyusb/master is breaking Lib Builder
14
14
cd " $TINYUSB_REPO_DIR "
15
- # from right before Keyboard LED problem
15
+ # from right before Keyboard LED problem - No issue fonud
16
16
# 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
19
21
cd -
20
22
else
21
23
git -C " $TINYUSB_REPO_DIR " fetch && \
You can’t perform that action at this time.
0 commit comments