1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

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"
#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];