removed offset in rtimer_arch

This commit is contained in:
joxe 2007-11-19 22:38:57 +00:00
parent a1f11ff8e7
commit a4985fd1f7
2 changed files with 3 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.3 2007/05/22 21:00:09 adamdunkels Exp $
* $Id: rtimer-arch.h,v 1.4 2007/11/19 22:38:57 joxe Exp $
*/
/**
@ -46,8 +46,6 @@
#define RTIMER_ARCH_SECOND 4096
void rtimer_arch_set(rtimer_clock_t t);
#define rtimer_arch_now() (TBR)
#endif /* __RTIMER_ARCH_H__ */