mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7868 from andresag01/disable-mbedtls-have-date-time
Disable MBEDTLS_HAVE_DATE_TIME as ARMCC does not support gmtimepull/7926/head
commit
bd3be2b588
|
@ -21,10 +21,6 @@
|
||||||
#define MBEDTLS_ENTROPY_HARDWARE_ALT
|
#define MBEDTLS_ENTROPY_HARDWARE_ALT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(DEVICE_RTC)
|
|
||||||
#define MBEDTLS_HAVE_TIME_DATE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
|
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
|
||||||
#include "mbedtls_device.h"
|
#include "mbedtls_device.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue