specify the number of queuebufs that we want to use in the MSB430 platform by default
This commit is contained in:
parent
61f16ae6cb
commit
4a0973a95f
|
@ -22,8 +22,10 @@
|
|||
#define CC_CONF_INLINE inline
|
||||
#define CC_CONF_VA_ARGS 1
|
||||
|
||||
#define LPP_CONF_LISTEN_TIME CLOCK_SECOND / 32
|
||||
#define LPP_CONF_OFF_TIME CLOCK_SECOND
|
||||
#define LPP_CONF_LISTEN_TIME CLOCK_SECOND / 32
|
||||
#define LPP_CONF_OFF_TIME CLOCK_SECOND
|
||||
#define QUEUEBUF_CONF_NUM 4
|
||||
|
||||
|
||||
#define CCIF
|
||||
#define CLIF
|
||||
|
|
Loading…
Reference in a new issue