From de4ef02e496db788879fb1dd813725c3ac123ebb Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 22 May 2007 21:06:30 +0000 Subject: [PATCH] Added energy estimation, size of queue buffers to two. --- platform/esb/contiki-conf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/esb/contiki-conf.h b/platform/esb/contiki-conf.h index 162ccb606..732d9bb4f 100644 --- a/platform/esb/contiki-conf.h +++ b/platform/esb/contiki-conf.h @@ -1,6 +1,9 @@ #ifndef __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 0x01