add rtimers for cxmac
This commit is contained in:
parent
fee5efb141
commit
a83381de30
2 changed files with 11 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rtimer-arch.h,v 1.4 2007/12/11 17:21:14 joxe Exp $
|
||||
* $Id: rtimer-arch.h,v 1.5 2010/02/18 17:21:44 dak664 Exp $
|
||||
*/
|
||||
|
||||
#ifndef __RTIMER_ARCH_H__
|
||||
|
@ -36,8 +36,11 @@
|
|||
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
/* Will affect radio on/off timing for cx-mac */
|
||||
#define RTIMER_ARCH_SECOND (8192)
|
||||
|
||||
|
||||
|
||||
/* Handle that not all AVRs have TCNT3 - this should be configuratble
|
||||
in contiki-conf later! */
|
||||
#ifdef TCNT3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue