Posix demo use heap_3 in cmake (#1068)

This commit is contained in:
chinglee-iot 2023-08-16 15:58:56 +08:00 committed by GitHub
parent 7b15146706
commit ed2717767a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)