The cc2530 UART driver was sending a 0 down the line on init

This commit is contained in:
George Oikonomou 2012-04-03 14:43:23 +01:00
parent b3de052e01
commit 242e02658f

View file

@ -60,7 +60,6 @@ uart0_init()
UART0_RX_EN();
UART0_RX_INT(1);
U0DBUF = 0;
}
/*---------------------------------------------------------------------------*/
/* Write one byte over the UART. */