Added definition to make IRQ port 1 be compiled

This commit is contained in:
adamdunkels 2007-03-15 21:52:44 +00:00
parent b0b3e5d0d6
commit 3000eeaaaa

View file

@ -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