From 1a628ee8103cd6dba86df9b9065c5f223265aee8 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Wed, 13 Mar 2013 22:01:04 +0100 Subject: [PATCH] remove unused define --- cpu/native/hwtimer_cpu.c | 2 -- 1 file changed, 2 deletions(-) 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];