mirror of https://github.com/ARMmbed/mbed-os.git
device key: add memset include
parent
5c0f1b5db3
commit
f2cc21d038
|
|
@ -22,6 +22,8 @@
|
||||||
#include "mbed_wait_api.h"
|
#include "mbed_wait_api.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#if !defined(MBEDTLS_CMAC_C)
|
#if !defined(MBEDTLS_CMAC_C)
|
||||||
#error [NOT_SUPPORTED] MBEDTLS_CMAC_C needs to be enabled for this driver
|
#error [NOT_SUPPORTED] MBEDTLS_CMAC_C needs to be enabled for this driver
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue