Added energy estimation, size of queue buffers to two.

This commit is contained in:
adamdunkels 2007-05-22 21:06:30 +00:00
parent 42e84048f6
commit de4ef02e49

View file

@ -1,6 +1,9 @@
#ifndef __CONTIKI_CONF_H__ #ifndef __CONTIKI_CONF_H__
#define __CONTIKI_CONF_H__ #define __CONTIKI_CONF_H__
#define QUEUEBUF_CONF_NUM 2
#define ENERGEST_CONF_ON 1
#define IRQ_PORT1_VECTOR 1 #define IRQ_PORT1_VECTOR 1
#define IRQ_PORT1 0x01 #define IRQ_PORT1 0x01