Increased the rtimer granularity: needed to make contikimac work

This commit is contained in:
adamdunkels 2010-03-19 13:25:52 +00:00
parent 9d06d84255
commit 04cdae05c3
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rtimer-arch.h,v 1.6 2009/12/09 12:55:35 adamdunkels Exp $
* $Id: rtimer-arch.h,v 1.7 2010/03/19 13:25:52 adamdunkels Exp $
*/
/**
@ -44,7 +44,7 @@
#include <io.h>
#include "sys/rtimer.h"
#define RTIMER_ARCH_SECOND (4096U*2)
#define RTIMER_ARCH_SECOND (4096U*4)
#define rtimer_arch_now() (TAR)