mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
The cc2530 UART driver was sending a 0 down the line on init
This commit is contained in:
parent
b3de052e01
commit
242e02658f
@ -60,7 +60,6 @@ uart0_init()
|
|||||||
UART0_RX_EN();
|
UART0_RX_EN();
|
||||||
|
|
||||||
UART0_RX_INT(1);
|
UART0_RX_INT(1);
|
||||||
U0DBUF = 0;
|
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/* Write one byte over the UART. */
|
/* Write one byte over the UART. */
|
||||||
|
Loading…
Reference in New Issue
Block a user