cc2530dk: Sniffer example changes:
- Building for the cc2531 USB dongle by default - We turn on USB-serial buffered mode Closes #21
This commit is contained in:
parent
5399fa2b6f
commit
5762179159
|
@ -1,4 +1,5 @@
|
|||
DEFINES+=PROJECT_CONF_H
|
||||
DEFINES+=MODEL_CC2531=1
|
||||
PROJECT_SOURCEFILES += stub-rdc.c
|
||||
|
||||
CONTIKI_PROJECT = sniffer
|
||||
|
|
|
@ -47,4 +47,7 @@
|
|||
#define LPM_CONF_MODE 0
|
||||
#define UART0_CONF_HIGH_SPEED 1
|
||||
|
||||
/* Used by cc2531 USB dongle builds, has no effect on SmartRF builds */
|
||||
#define USB_SERIAL_CONF_BUFFERED 1
|
||||
|
||||
#endif /* PROJECT_CONF_H_ */
|
||||
|
|
Loading…
Reference in a new issue