mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Posix demo use heap_3 in cmake (#1068)
This commit is contained in:
parent
7b15146706
commit
ed2717767a
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ target_include_directories( freertos_config
|
||||||
)
|
)
|
||||||
|
|
||||||
# Select the heap port
|
# Select the heap port
|
||||||
set( FREERTOS_HEAP "4" CACHE STRING "" FORCE)
|
set( FREERTOS_HEAP "3" CACHE STRING "" FORCE)
|
||||||
|
|
||||||
# Select the native compile PORT
|
# Select the native compile PORT
|
||||||
set( FREERTOS_PORT "GCC_POSIX" CACHE STRING "" FORCE)
|
set( FREERTOS_PORT "GCC_POSIX" CACHE STRING "" FORCE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue