Commit 85a25895 authored by hoihu's avatar hoihu Committed by Damien George

rp2/mbedtls: Fix missing time.h include.

parent b74eeee5
......@@ -106,6 +106,7 @@ void m_tracked_free(void *ptr);
#define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf
// Time hook
#include <time.h>
time_t rp2_rtctime_seconds(time_t *timer);
#define MBEDTLS_PLATFORM_TIME_MACRO rp2_rtctime_seconds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment