mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 08:13:55 +00:00
Posix demo use heap_3 in cmake (#1068)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user