From e72ca9e5d42f9b64fce4a0d20d42f32bbe0a3016 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 28 Mar 2008 22:38:03 +0000 Subject: [PATCH] Allow division by RTIMER_ARCH_SECOND to compile. --- cpu/6502/sys/rtimer-arch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/6502/sys/rtimer-arch.h b/cpu/6502/sys/rtimer-arch.h index c66e8ba77..df84f79de 100644 --- a/cpu/6502/sys/rtimer-arch.h +++ b/cpu/6502/sys/rtimer-arch.h @@ -28,13 +28,13 @@ * * This file is part of the Contiki operating system. * - * $Id: rtimer-arch.h,v 1.2 2007/12/20 20:28:34 oliverschmidt Exp $ + * $Id: rtimer-arch.h,v 1.3 2008/03/28 22:38:03 oliverschmidt Exp $ */ #ifndef __RTIMER_ARCH_H__ #define __RTIMER_ARCH_H__ -#define RTIMER_ARCH_SECOND 0 +#define RTIMER_ARCH_SECOND 1 #define rtimer_arch_now() (0) #endif /* __RTIMER_ARCH_H__ */