Skip to content

Commit

Permalink
Posix demo use heap_3 in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Aug 10, 2023
1 parent 7b15146 commit 0971d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS/Demo/Posix_GCC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ target_include_directories( freertos_config
)

# Select the heap port
set( FREERTOS_HEAP "4" CACHE STRING "" FORCE)
set( FREERTOS_HEAP "3" CACHE STRING "" FORCE)

# Select the native compile PORT
set( FREERTOS_PORT "GCC_POSIX" CACHE STRING "" FORCE)
Expand Down

0 comments on commit 0971d81

Please sign in to comment.