diff options
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index c9c1393..65a0110 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -40,6 +40,11 @@ typedef u16 word; #define CPU_STRUCT_ALIGN 4 +/* Timers */ + +#undef TIME_T_IS_64BIT +#define TIME_T_IS_SIGNED + /* Protocol options */ #define CONFIG_STATIC |