mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 09:45:52 +08:00
bsp/xilinx-zynq: Do not start transmitter break
This commit is contained in:
@@ -42,7 +42,6 @@ static void zynq_uart_initialize(int minor)
|
||||
regs->rx_timeout = ZYNQ_UART_RX_TIMEOUT_RTO(0);
|
||||
regs->control = ZYNQ_UART_CONTROL_RXEN
|
||||
| ZYNQ_UART_CONTROL_TXEN
|
||||
| ZYNQ_UART_CONTROL_STTBRK
|
||||
| ZYNQ_UART_CONTROL_RSTTO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user