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 e308b1e commit 9804819Copy full SHA for 9804819
tools/update-components.sh
@@ -10,7 +10,7 @@ TINYUSB_REPO_DIR="$AR_COMPS/arduino_tinyusb/tinyusb"
10
#
11
echo "Updating TinyUSB..."
12
if [ ! -d "$TINYUSB_REPO_DIR" ]; then
13
- git clone -b master --depth 1 "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR"
+ git clone -b master "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR"
14
cd "$TINYUSB_REPO_DIR"
15
git checkout a4fb8354e41b2604f66e7da22afa292b1a44f0a2
16
cd -
0 commit comments