Skip to content

Commit 6bb5866

Browse files
agattidpgeorge
authored andcommitted
esp32/esp32_common.cmake: Remove obsolete definition.
This commit removes a definition used back when ESP-IDF v4 was supported by MicroPython. Those times are now long gone, and so is the need for that particular definition to be set in the first place. Signed-off-by: Alessandro Gatti <[email protected]>
1 parent fda9bf4 commit 6bb5866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/esp32/esp32_common.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ target_compile_definitions(${MICROPY_TARGET} PUBLIC
247247
${MICROPY_DEF_CORE}
248248
${MICROPY_DEF_BOARD}
249249
${MICROPY_DEF_TINYUSB}
250-
MICROPY_ESP_IDF_4=1
251250
MICROPY_VFS_FAT=1
252251
MICROPY_VFS_LFS2=1
253252
FFCONF_H=\"${MICROPY_OOFATFS_DIR}/ffconf.h\"

0 commit comments

Comments
 (0)