Merge pull request #7868 from andresag01/disable-mbedtls-have-date-time

Disable MBEDTLS_HAVE_DATE_TIME as ARMCC does not support gmtime
pull/7926/head
Martin Kojtal 2018-08-29 11:56:52 +02:00 committed by GitHub
commit bd3be2b588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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