Skip to content

Commit 9fd68fe

Browse files
committed
fix path
1 parent 2e7542f commit 9fd68fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/Arduino_CMakeLists.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index d3972bf06a..3813da3468 100644
1313
@@ -149,17 +148,6 @@ set(ARDUINO_LIBRARY_Update_SRCS
1414
libraries/Update/src/Updater.cpp
1515
libraries/Update/src/HttpsOTAUpdate.cpp)
16-
16+
1717
-set(ARDUINO_LIBRARY_USB_SRCS
1818
- libraries/USB/src/USBHID.cpp
1919
- libraries/USB/src/USBMIDI.cpp
@@ -31,7 +31,7 @@ index d3972bf06a..3813da3468 100644
3131
@@ -247,9 +235,6 @@ function(maybe_add_component component_name)
3232
endif()
3333
endfunction()
34-
34+
3535
-if(IDF_TARGET MATCHES "esp32s2|esp32s3" AND CONFIG_TINYUSB_ENABLED)
3636
- maybe_add_component(arduino_tinyusb)
3737
-endif()

tools/install-arduino.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ rm -rf "$AR_COMPS/arduino/libraries/TFLiteMicro"
9494
# Patch to remove USB from Arduino CMakeLists.txt
9595
cd "$AR_COMPS/arduino"
9696
ls
97-
patch -p1 -N -i ../patches/Arduino_CMakeLists.diff
97+
patch -p1 -N -i ../../patches/Arduino_CMakeLists.diff
9898
cd -

0 commit comments

Comments
 (0)