From 7c18ddcc0486143e077cdec7da0200cac4f32e55 Mon Sep 17 00:00:00 2001 From: ismail Date: Tue, 4 Mar 2025 09:48:24 +0300 Subject: [PATCH] Fix declarations as per the documents. --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b9f3335..d411952 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,3 @@ idf_component_register(SRCS_DIRS "." - PRIV_INCLUDE_DIRS "." - PRIV_REQUIRES unity relay_chn) \ No newline at end of file + INCLUDE_DIRS "." + REQUIRES unity relay_chn) \ No newline at end of file