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 4d2c339 commit 7795ae2Copy full SHA for 7795ae2
tools/update-components.sh
@@ -10,6 +10,10 @@ 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
+ git checkout 0877a486c
16
+ cd -
17
else
18
git -C "$TINYUSB_REPO_DIR" fetch && \
19
git -C "$TINYUSB_REPO_DIR" pull --ff-only
0 commit comments