mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix for conflicting types for HAL timer
This commit is contained in:
@ -964,7 +964,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
|||||||
|
|
||||||
#elif defined(HAL_RTC_MODULE_ENABLED)
|
#elif defined(HAL_RTC_MODULE_ENABLED)
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
WOLFSSL_LOCAL time_t* stm32_hal_time(time_t* t1);
|
WOLFSSL_LOCAL time_t stm32_hal_time(time_t* t1);
|
||||||
#define XTIME(t1) stm32_hal_time(t1)
|
#define XTIME(t1) stm32_hal_time(t1)
|
||||||
#define WOLFSSL_GMTIME
|
#define WOLFSSL_GMTIME
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user