From 3ad3c61a87be2aaaf7cb0e80e5f8b8a565fe5097 Mon Sep 17 00:00:00 2001 From: Ulrich Mohr Date: Fri, 13 Jan 2023 10:08:11 +0100 Subject: [PATCH] fixing visibility of port include --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9df639e..bfb8352 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ else() ) target_include_directories( ${LIB_FREERTOS_NAME} - PRIVATE + PUBLIC FreeRTOS/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/ ) else()