Skip to content

Commit

Permalink
G3P-X: Use common FreeRTOS app config include path
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-span committed Aug 5, 2024
1 parent 429930d commit 70a7553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/include.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include_directories(${FW3_RTOS_DIR}/include)

set(FREERTOS_CONFIG_FILE_DIRECTORY
${FW3_APPLICATION_DIR}/Include
${FW3_COMMON_APPLICATION_DIR}/Include/configuration
CACHE STRING "")

set(FREERTOS_HEAP
${FW3_COMPONENTS_DIR}/Source/no_heap.c
CACHE STRING "")

0 comments on commit 70a7553

Please sign in to comment.