mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +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 NO_FILESYSTEM
|
||||||
#define CUSTOM_RAND_TYPE uint16_t
|
#define CUSTOM_RAND_TYPE uint16_t
|
||||||
#define CUSTOM_RAND_GENERATE random_rand
|
#define CUSTOM_RAND_GENERATE random_rand
|
||||||
static inline unsigned int LowResTimer(void)
|
static inline word32 LowResTimer(void)
|
||||||
{
|
{
|
||||||
return clock_seconds();
|
return clock_seconds();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user