From 51509fa49a8e08f11d370c761e107d7db7e8066c Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 19 May 2007 13:20:37 +0000 Subject: [PATCH] Added dummy value to allow for building. --- cpu/6502/rtimer-arch.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpu/6502/rtimer-arch.h b/cpu/6502/rtimer-arch.h index b22b729e9..a5aede768 100644 --- a/cpu/6502/rtimer-arch.h +++ b/cpu/6502/rtimer-arch.h @@ -28,10 +28,12 @@ * * This file is part of the Contiki operating system. * - * $Id: rtimer-arch.h,v 1.1 2007/04/18 21:38:55 oliverschmidt Exp $ + * $Id: rtimer-arch.h,v 1.2 2007/05/19 13:20:37 oliverschmidt Exp $ */ #ifndef __RTIMER_ARCH_H__ #define __RTIMER_ARCH_H__ +#define RTIMER_ARCH_SECOND 0 + #endif /* __RTIMER_ARCH_H__ */