Skip to content

Commit 9804819

Browse files
authored
Update update-components.sh
1 parent e308b1e commit 9804819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-components.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TINYUSB_REPO_DIR="$AR_COMPS/arduino_tinyusb/tinyusb"
1010
#
1111
echo "Updating TinyUSB..."
1212
if [ ! -d "$TINYUSB_REPO_DIR" ]; then
13-
git clone -b master --depth 1 "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR"
13+
git clone -b master "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR"
1414
cd "$TINYUSB_REPO_DIR"
1515
git checkout a4fb8354e41b2604f66e7da22afa292b1a44f0a2
1616
cd -

0 commit comments

Comments
 (0)