fix(mbedtls): fix mbedtls unit test compiling error

This commit is contained in:
dongheng
2020-02-25 14:31:11 +08:00
parent c6aefa98f0
commit 975d181546
3 changed files with 9 additions and 2 deletions

View File

@ -7,6 +7,12 @@ config DISABLE_FREERTOS
Enable this option, FreeRTOS will not be compiled and linked, and the user
can user other OS platform.
config FREERTOS_UNICORE
bool
default y
help
Only for code compatible.
config FREERTOS_ENABLE_REENT
bool "Enable \"reent\" function"
default n