Posix demo use heap_3 in cmake (#1068)

pull/979/head^2
chinglee-iot 1 year ago committed by GitHub
parent 7b15146706
commit ed2717767a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save