mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Fix for LowResTimer
function ptoto not matching for 16-bit system.
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
#define NO_FILESYSTEM
|
||||
#define CUSTOM_RAND_TYPE uint16_t
|
||||
#define CUSTOM_RAND_GENERATE random_rand
|
||||
static inline unsigned int LowResTimer(void)
|
||||
static inline word32 LowResTimer(void)
|
||||
{
|
||||
return clock_seconds();
|
||||
}
|
||||
|
Reference in New Issue
Block a user