From ab8ff016ef254788fa31c91344e969744c7024d5 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Fri, 2 Aug 2024 14:17:57 -0700 Subject: [PATCH] G3P-X: Have FW3 application specify FreeRTOSConfig.h path Remove the setting of the configuration file path here and move it into the application instead. --- Source/include.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/include.cmake b/Source/include.cmake index 228b31b7..25bf5379 100644 --- a/Source/include.cmake +++ b/Source/include.cmake @@ -1,8 +1,5 @@ include_directories(${FW3_RTOS_DIR}/include) -set(FREERTOS_CONFIG_FILE_DIRECTORY - ${FW3_APPLICATION_DIR}/Include - CACHE STRING "") set(FREERTOS_HEAP ${FW3_COMPONENTS_DIR}/Source/no_heap.c CACHE STRING "")