From 822c9dc93e868254059598ddeb58713135f0a4a1 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 13 Aug 2024 13:01:48 +1000 Subject: Fix build errors from stricter visibility requirements --- lib/fatfs/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/fatfs') diff --git a/lib/fatfs/CMakeLists.txt b/lib/fatfs/CMakeLists.txt index b6a288e0..f641ca86 100644 --- a/lib/fatfs/CMakeLists.txt +++ b/lib/fatfs/CMakeLists.txt @@ -22,9 +22,9 @@ else() list(APPEND include_dirs "vfs") - list(APPEND requires "sdmmc") + list(APPEND requires "sdmmc" "esp_driver_sdmmc" "esp_driver_sdspi") - list(APPEND priv_requires "vfs") + list(APPEND priv_requires "vfs" "esp_driver_gpio") endif() idf_component_register(SRCS ${srcs} -- cgit v1.2.3