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
1 changed files with 4 additions and 2 deletions
|
@ -22,8 +22,10 @@
|
||||||
#define CC_CONF_INLINE inline
|
#define CC_CONF_INLINE inline
|
||||||
#define CC_CONF_VA_ARGS 1
|
#define CC_CONF_VA_ARGS 1
|
||||||
|
|
||||||
#define LPP_CONF_LISTEN_TIME CLOCK_SECOND / 32
|
#define LPP_CONF_LISTEN_TIME CLOCK_SECOND / 32
|
||||||
#define LPP_CONF_OFF_TIME CLOCK_SECOND
|
#define LPP_CONF_OFF_TIME CLOCK_SECOND
|
||||||
|
#define QUEUEBUF_CONF_NUM 4
|
||||||
|
|
||||||
|
|
||||||
#define CCIF
|
#define CCIF
|
||||||
#define CLIF
|
#define CLIF
|
||||||
|
|
Loading…
Add table
Reference in a new issue