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 6c87c56 commit 8b0baefCopy full SHA for 8b0baef
tools/update-components.sh
@@ -10,11 +10,6 @@ TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
10
TINYUSB_REPO_DIR="$AR_COMPS/arduino_tinyusb/tinyusb"
11
if [ ! -d "$TINYUSB_REPO_DIR" ]; then
12
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 -
18
else
19
git -C "$TINYUSB_REPO_DIR" fetch && \
20
git -C "$TINYUSB_REPO_DIR" pull --ff-only
0 commit comments