From c545dbc3688ec066dec2089ef47a84cf7d1c4c4c Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Mon, 19 May 2025 08:30:26 +0200 Subject: [PATCH] make dependencies private Signed-off-by: Peter Siegmund --- components/remote_control/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/remote_control/CMakeLists.txt b/components/remote_control/CMakeLists.txt index 05de17e..6b84a7e 100644 --- a/components/remote_control/CMakeLists.txt +++ b/components/remote_control/CMakeLists.txt @@ -1,7 +1,6 @@ idf_component_register(SRCS "remote_control.c" INCLUDE_DIRS "include" - REQUIRES + PRIV_REQUIRES bt - esp_timer nvs_flash )