mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4846 from andresag01/iotssl-1594-rtc-integration
Integrate mbed OS RTC with mbed TLSpull/7544/head
commit
d55f874083
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue