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/console/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/console') diff --git a/lib/console/CMakeLists.txt b/lib/console/CMakeLists.txt index 5904ac5a..093380e1 100644 --- a/lib/console/CMakeLists.txt +++ b/lib/console/CMakeLists.txt @@ -28,4 +28,4 @@ idf_component_register(SRCS "commands.c" ${argtable_srcs} INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} REQUIRES vfs - PRIV_REQUIRES driver) + PRIV_REQUIRES driver esp_vfs_console) -- cgit v1.2.3