moved rtimer from TimerB to TimerA so that TimerB subsystem is free for other uses

This commit is contained in:
joxe 2008-12-02 12:44:48 +00:00
parent f0f9314e7e
commit 23b7db88d5
3 changed files with 11 additions and 22 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rtimer-arch.h,v 1.4 2007/11/19 22:38:57 joxe Exp $
* $Id: rtimer-arch.h,v 1.5 2008/12/02 12:44:48 joxe Exp $
*/
/**
@ -46,6 +46,6 @@
#define RTIMER_ARCH_SECOND 4096
#define rtimer_arch_now() (TBR)
#define rtimer_arch_now() (TAR)
#endif /* __RTIMER_ARCH_H__ */