Skip to content

Commit a6423f0

Browse files
committed
feat(modules): udpate lv_binding_micropython
1 parent 25c7a7b commit a6423f0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ports/esp32/main_esp32s3_box3/esp32_common.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ if(NOT CMAKE_BUILD_EARLY_EXPANSION)
2121

2222
include(${MICROPY_DIR}/py/usermod.cmake)
2323
include(${MICROPY_DIR}/extmod/extmod.cmake)
24-
25-
idf_build_get_property(component_targets __COMPONENT_TARGETS)
26-
string(REPLACE "___idf_lvgl" "" component_targets "${component_targets}")
27-
idf_build_set_property(__COMPONENT_TARGETS "${component_targets}")
2824
endif()
2925

3026
list(APPEND MICROPY_QSTRDEFS_PORT

0 commit comments

Comments
 (0)