From 3000eeaaaae941849847330b11a15eb78e4671c4 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 15 Mar 2007 21:52:44 +0000 Subject: [PATCH] Added definition to make IRQ port 1 be compiled --- platform/esb/contiki-conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/esb/contiki-conf.h b/platform/esb/contiki-conf.h index 5fe7938a2..01b9a98ca 100644 --- a/platform/esb/contiki-conf.h +++ b/platform/esb/contiki-conf.h @@ -1,6 +1,8 @@ #ifndef __CONTIKI_CONF_H__ #define __CONTIKI_CONF_H__ +#define IRQ_PORT1_VECTOR 1 + #define IRQ_PORT1 0x01 #define IRQ_PORT2 0x02 #define IRQ_ADC 0x03