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:
George Oikonomou 2012-09-19 17:22:30 +01:00
parent 5399fa2b6f
commit 5762179159
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
DEFINES+=PROJECT_CONF_H
DEFINES+=MODEL_CC2531=1
PROJECT_SOURCEFILES += stub-rdc.c
CONTIKI_PROJECT = sniffer

View file

@ -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_ */