Skip to content

Commit 211cc70

Browse files
committed
fixes include path issue
1 parent 3bb2bad commit 211cc70

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ext_mod/lcd_bus/micropython.cmake

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ if(ESP_PLATFORM)
1717
${CMAKE_CURRENT_LIST_DIR}/esp32_src/rgb_bus.c
1818
)
1919

20-
list(APPEND LCD_INCLUDES
21-
${CMAKE_CURRENT_LIST_DIR}/../../lib/micropython/ports/esp32/managed_components/espressif__esp_io_expander/include
22-
${CMAKE_CURRENT_LIST_DIR}/../../lib/micropython/ports/esp32/managed_components/espressif__esp_lcd_panel_io_additions/include
23-
)
24-
20+
l
2521
# gets esp_lcd include paths
2622
idf_component_get_property(ESP_LCD_INCLUDES esp_lcd INCLUDE_DIRS)
2723
idf_component_get_property(ESP_LCD_DIR esp_lcd COMPONENT_DIR)

0 commit comments

Comments
 (0)