Skip to content

Commit 8b0baef

Browse files
authored
revert TinyUSB version
1 parent 6c87c56 commit 8b0baef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/update-components.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ 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 Sep 18, 2024
16-
git checkout 40b55170c87da109b3416ac80eaa55ca56eadc77
17-
cd -
1813
else
1914
git -C "$TINYUSB_REPO_DIR" fetch && \
2015
git -C "$TINYUSB_REPO_DIR" pull --ff-only

0 commit comments

Comments
 (0)