Merge pull request #4846 from andresag01/iotssl-1594-rtc-integration

Integrate mbed OS RTC with mbed TLS
pull/7544/head
Cruz Monrreal 2018-07-18 08:47:31 -05:00 committed by GitHub
commit d55f874083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
#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