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 d7f3c3e commit b619f73Copy full SHA for b619f73
tools/update-components.sh
@@ -112,7 +112,9 @@ if [ $? -ne 0 ]; then exit 1; fi
112
113
if [ ! -d "$AR_COMPS/arduino_tinyusb/tinyusb" ]; then
114
git clone $TINYUSB_REPO_URL "$AR_COMPS/arduino_tinyusb/tinyusb"
115
- git -C "$AR_COMPS/arduino_tinyusb/tinyusb" checkout 832d22d7addf9b1e4b88556c544f60bd9fa32dd6
+else
116
+ git -C "$AR_COMPS/arduino_tinyusb/tinyusb" fetch && \
117
+ git -C "$AR_COMPS/arduino_tinyusb/tinyusb" pull --ff-only
118
fi
119
if [ $? -ne 0 ]; then exit 1; fi
120
0 commit comments