The cc2530 UART driver was sending a 0 down the line on init
This commit is contained in:
parent
b3de052e01
commit
242e02658f
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ uart0_init()
|
|||
UART0_RX_EN();
|
||||
|
||||
UART0_RX_INT(1);
|
||||
U0DBUF = 0;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Write one byte over the UART. */
|
||||
|
|
Loading…
Reference in a new issue