tests: net: ieee802154: l2: Fix build warning with minimal libc
CONFIG_MBEDTLS_TEST enables mbed TLS self-test routines, which require rand() function. As this function is not available by default with minimal libc, it caused build warning on certain platforms. As this feature is not really needed for 802.15.4 tests, simply remove it from the project file to fix the issue. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
a1398050fc
commit
e9cb600514
|
@ -19,7 +19,6 @@ CONFIG_NET_SOCKETS_PACKET_DGRAM=y
|
|||
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_BUILTIN=y
|
||||
CONFIG_MBEDTLS_TEST=y
|
||||
CONFIG_MBEDTLS_CIPHER_CCM_ENABLED=y
|
||||
CONFIG_MBEDTLS_ENABLE_HEAP=y
|
||||
CONFIG_MBEDTLS_HEAP_SIZE=30000
|
||||
|
|
Loading…
Reference in a new issue