Skip to content

Commit

Permalink
G3P-X: Have FW3 application specify FreeRTOSConfig.h path
Browse files Browse the repository at this point in the history
Remove the setting of the configuration file path here and
move it into the application instead.
  • Loading branch information
jl-span committed Aug 6, 2024
1 parent 429930d commit ab8ff01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/include.cmake
Original file line number Diff line number Diff line change
@@ -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 "")

0 comments on commit ab8ff01

Please sign in to comment.