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
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 -
2022else
2123 git -C " $TINYUSB_REPO_DIR " fetch && \
You can’t perform that action at this time.
0 commit comments