Fix for LowResTimer function ptoto not matching for 16-bit system.

This commit is contained in:
David Garske
2019-04-05 14:56:02 -07:00
parent f5f1fec840
commit bbf8ed408d

View File

@@ -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();
}