We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0180326 commit 6864671Copy full SHA for 6864671
tools/update-components.sh
@@ -12,6 +12,8 @@ TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
12
#
13
# CLONE/UPDATE ARDUINO
14
15
+env
16
+exit 0
17
18
if [ ! -d "$AR_COMPS/arduino" ]; then
19
git clone $AR_REPO_URL "$AR_COMPS/arduino"
0 commit comments