Skip to content

Commit 1c3fa38

Browse files
author
Lealem Amedie
committed
Fix for conflicting types for HAL timer
1 parent 3f795f2 commit 1c3fa38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/wc_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
964964

965965
#elif defined(HAL_RTC_MODULE_ENABLED)
966966
#include <time.h>
967-
WOLFSSL_LOCAL time_t* stm32_hal_time(time_t* t1);
967+
WOLFSSL_LOCAL time_t stm32_hal_time(time_t* t1);
968968
#define XTIME(t1) stm32_hal_time(t1)
969969
#define WOLFSSL_GMTIME
970970
#else

0 commit comments

Comments
 (0)