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 a new issue