Skip to content

Commit 22fb402

Browse files
authored
Merge branch 'master' into release/v3.1.x
2 parents 564612d + 396def3 commit 22fb402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ target_compile_options(${COMPONENT_TARGET} PUBLIC
320320
-DARDUINO_ARCH_ESP32
321321
-DARDUINO_BOARD="${idf_target_caps}_DEV"
322322
-DARDUINO_VARIANT="${CONFIG_ARDUINO_VARIANT}"
323-
-DESP32)
323+
-DESP32=ESP32)
324324

325325
if(CONFIG_AUTOSTART_ARDUINO)
326326
# in autostart mode, arduino-esp32 contains app_main() function and needs to

0 commit comments

Comments
 (0)