diff --git a/cpu/native/hwtimer_cpu.c b/cpu/native/hwtimer_cpu.c index 3ee6d7637a..7082094d38 100644 --- a/cpu/native/hwtimer_cpu.c +++ b/cpu/native/hwtimer_cpu.c @@ -30,8 +30,6 @@ #include "debug.h" -#define HWTIMER_MINTICKS (1000) - static unsigned long native_hwtimer_now; static int native_hwtimer_irq[ARCH_MAXTIMERS]; static timer_t native_hwtimer_timer[ARCH_MAXTIMERS];