Skip to content

Commit 1cb6602

Browse files
committed
update arduino CMakeLists.txt
1 parent 7344143 commit 1cb6602

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,6 @@ endif()
257257
if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_LITTLEFS)
258258
maybe_add_component(esp_littlefs)
259259
endif()
260+
261+
target_compile_definitions(${COMPONENT_TARGET} PRIVATE -DBOARD_HAS_PSRAM)
262+

0 commit comments

Comments
 (0)