Specify default baudrate for CC2538DK

This commit is contained in:
George Oikonomou 2016-12-04 18:43:41 +00:00
parent 11877b4b6b
commit 44edc187bc
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
/*---------------------------------------------------------------------------*/
#if CC2538_IO_CONF_USB
#define USB_SERIAL_CONF_ENABLE 1
#else
#define UART0_CONF_BAUD_RATE 460800
#endif
/*---------------------------------------------------------------------------*/
#define SENSNIFF_IO_DRIVER_H "pool/cc2538-io.h"