fix(cmake): declare fatfs as private dependencies (#9742)

This commit is contained in:
santycore976
2026-02-16 09:46:03 +05:30
committed by GitHub
parent 0104c1c973
commit 8021b3aec7
+2 -2
View File
@@ -56,9 +56,9 @@ else()
endif()
if(${target} STREQUAL "esp32p4")
set(IDF_COMPONENTS esp_driver_ppa esp_mm esp_timer log)
set(IDF_COMPONENTS esp_driver_ppa esp_mm esp_timer fatfs log)
else()
set(IDF_COMPONENTS esp_timer log)
set(IDF_COMPONENTS esp_timer fatfs log)
endif()
idf_component_register(SRCS ${SOURCES} ${EXAMPLE_SOURCES} ${DEMO_SOURCES}