mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
parent
cb075dec65
commit
460d5bcb5d
@ -55,7 +55,7 @@ uart1_init()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
U1CSR = UCSR_MODE; /* UART mode */
|
U1CSR = UCSR_MODE; /* UART mode */
|
||||||
U1UCR = 0x80; /* Flush */
|
U1UCR |= 0x80; /* Flush */
|
||||||
|
|
||||||
UART1_RX_INT(1);
|
UART1_RX_INT(1);
|
||||||
U0DBUF = 0;
|
U0DBUF = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user