Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad918d6

Browse files
authoredOct 2, 2024··
testing keyboard LED issue part 1
1 parent 3c882b1 commit ad918d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎tools/update-components.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
1010
TINYUSB_REPO_DIR="$AR_COMPS/arduino_tinyusb/tinyusb"
1111
if [ ! -d "$TINYUSB_REPO_DIR" ]; then
1212
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
16+
git checkout 69313ef45564cc8967575f47fb8c57371cbea470
17+
cd -
1318
else
1419
git -C "$TINYUSB_REPO_DIR" fetch && \
1520
git -C "$TINYUSB_REPO_DIR" pull --ff-only

0 commit comments

Comments
 (0)
Please sign in to comment.