From fc6cd24eceba2a026b226dff1dac19068cbec105 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Wed, 15 Jan 2014 12:36:58 +0100 Subject: [PATCH] reduce HWTIMERMINOFFSET --- cpu/native/hwtimer_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/native/hwtimer_cpu.c b/cpu/native/hwtimer_cpu.c index 069c5c5da0..257b815944 100644 --- a/cpu/native/hwtimer_cpu.c +++ b/cpu/native/hwtimer_cpu.c @@ -46,7 +46,7 @@ #include "debug.h" -#define HWTIMERMINOFFSET (10 * 1000UL) // 10 ms +#define HWTIMERMINOFFSET (1000UL) // 1ms static unsigned long native_hwtimer_now; static unsigned long time_null;