Specify default baudrate for CC2538DK
This commit is contained in:
parent
11877b4b6b
commit
44edc187bc
|
@ -46,6 +46,8 @@
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
#if CC2538_IO_CONF_USB
|
#if CC2538_IO_CONF_USB
|
||||||
#define USB_SERIAL_CONF_ENABLE 1
|
#define USB_SERIAL_CONF_ENABLE 1
|
||||||
|
#else
|
||||||
|
#define UART0_CONF_BAUD_RATE 460800
|
||||||
#endif
|
#endif
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
#define SENSNIFF_IO_DRIVER_H "pool/cc2538-io.h"
|
#define SENSNIFF_IO_DRIVER_H "pool/cc2538-io.h"
|
||||||
|
|
Loading…
Reference in a new issue