mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
The cc2530 UART driver was sending a 0 down the line on init
This commit is contained in:
@@ -60,7 +60,6 @@ uart0_init()
|
||||
UART0_RX_EN();
|
||||
|
||||
UART0_RX_INT(1);
|
||||
U0DBUF = 0;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Write one byte over the UART. */
|
||||
|
Reference in New Issue
Block a user