Skip to content

Commit 3c18a2e

Browse files
authored
Fix path
1 parent 6c90faf commit 3c18a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-arduino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ rm -rf "$AR_COMPS/arduino/libraries/TFLiteMicro"
9393

9494
# Patch to remove USB from Arduino CMakeLists.txt
9595
cd "$AR_COMPS/arduino"
96-
patch -p1 -N -i "$IDF_PATH/../patches/Arduino_CMakeLists.diff"
96+
patch -p1 -N -i ../patches/Arduino_CMakeLists.diff
9797
cd -

0 commit comments

Comments
 (0)