mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(mbedtls): fix -Wstrict-prototypes warning when compiling on Linux
This commit is contained in:
parent
8bf23e5372
commit
a596ca56a8
@ -8,7 +8,7 @@
|
|||||||
#include "mbedtls/platform_time.h"
|
#include "mbedtls/platform_time.h"
|
||||||
|
|
||||||
#ifdef MBEDTLS_PLATFORM_MS_TIME_ALT
|
#ifdef MBEDTLS_PLATFORM_MS_TIME_ALT
|
||||||
mbedtls_ms_time_t mbedtls_ms_time()
|
mbedtls_ms_time_t mbedtls_ms_time(void)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct timespec tv = {};
|
struct timespec tv = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user