mirror of https://github.com/ARMmbed/mbed-os.git
Disable MBEDTLS_HAVE_DATE_TIME as ARMCC does not support gmtime
parent
f5fb3c1911
commit
d7519565d2
|
@ -21,10 +21,6 @@
|
|||
#define MBEDTLS_ENTROPY_HARDWARE_ALT
|
||||
#endif
|
||||
|
||||
#if defined(DEVICE_RTC)
|
||||
#define MBEDTLS_HAVE_TIME_DATE
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
|
||||
#include "mbedtls_device.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue