From aa7558f38d5a2edac695919e02857635746d6596 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 8 Mar 2021 18:17:29 -0600 Subject: Changed to intercom --- main/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main/CMakeLists.txt') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 5695bd6..0e1f552 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1 +1,4 @@ -idf_component_register(SRCS "app_main.c") +idf_component_register( + SRCS "app_main.c" + INCLUDE_DIRS "" +) -- cgit v1.2.3