From deeed3389a73f3c2433d3df98c49258404043520 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Thu, 1 Nov 2007 16:26:58 +0000 Subject: [PATCH] added dummy RTIMER definition --- cpu/avr/rtimer-arch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/avr/rtimer-arch.h b/cpu/avr/rtimer-arch.h index 976cf152b..6c0d73b54 100644 --- a/cpu/avr/rtimer-arch.h +++ b/cpu/avr/rtimer-arch.h @@ -1,4 +1,6 @@ #ifndef __RTIMER_ARCH_H__ #define __RTIMER_ARCH_H__ +#define RTIMER_ARCH_SECOND 1 /* TODO Implement? */ + #endif /* __RTIMER_ARCH_H__ */