remove unused define

This commit is contained in:
Ludwig Ortmann 2013-03-13 22:01:04 +01:00
parent f8f9557b0b
commit 1a628ee810

View File

@ -30,8 +30,6 @@
#include "debug.h" #include "debug.h"
#define HWTIMER_MINTICKS (1000)
static unsigned long native_hwtimer_now; static unsigned long native_hwtimer_now;
static int native_hwtimer_irq[ARCH_MAXTIMERS]; static int native_hwtimer_irq[ARCH_MAXTIMERS];
static timer_t native_hwtimer_timer[ARCH_MAXTIMERS]; static timer_t native_hwtimer_timer[ARCH_MAXTIMERS];