Skip to content

Commit c693284

Browse files
authored
no tinyusb
1 parent 1d8440d commit c693284

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ for component in `ls "$AR_COMPS"`; do
259259
echo $component_version >> "$AR_TOOLS/esp32-arduino-libs/versions.txt"
260260
fi
261261
done
262-
# TinyUSB version
263-
component_version="tinyusb: "$(git -C "$AR_COMPS/arduino_tinyusb/tinyusb" symbolic-ref --short HEAD || git -C "$AR_COMPS/arduino_tinyusb/tinyusb" tag --points-at HEAD)" "$(git -C "$AR_COMPS/arduino_tinyusb/tinyusb" rev-parse --short HEAD)
264-
echo $component_version >> "$AR_TOOLS/esp32-arduino-libs/versions.txt"
265262
# managed components version
266263
for component in `ls "$AR_MANAGED_COMPS"`; do
267264
if [ -d "$AR_MANAGED_COMPS/$component/.git" ]; then

0 commit comments

Comments
 (0)