Added energy estimation, size of queue buffers to two.
This commit is contained in:
parent
42e84048f6
commit
de4ef02e49
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue