Added LPM and IRQ configuration to make Tmote Sky port build with the Contiki build system
This commit is contained in:
parent
f856806909
commit
9adc7dc49b
1 changed files with 9 additions and 3 deletions
|
@ -1,9 +1,15 @@
|
|||
/* -*- C -*- */
|
||||
/* @(#)$Id: contiki-conf.h,v 1.6 2007/02/02 13:26:49 bg- Exp $ */
|
||||
/* @(#)$Id: contiki-conf.h,v 1.7 2007/03/15 21:59:44 adamdunkels Exp $ */
|
||||
|
||||
#ifndef CONTIKI_CONF_H
|
||||
#define CONTIKI_CONF_H
|
||||
|
||||
#define LPM_CONF_OFF LPM4_EXIT
|
||||
|
||||
#define IRQ_PORT1 0x01
|
||||
#define IRQ_PORT2 0x02
|
||||
#define IRQ_ADC 0x03
|
||||
|
||||
#define CCIF
|
||||
#define CLIF
|
||||
|
||||
|
|
Loading…
Reference in a new issue