Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions source/r_sci_rx/r_sci_rx_vx.xx/r_sci_rx/src/r_sci_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -952,12 +952,7 @@ static sci_err_t sci_send_async_data(sci_hdl_t const hdl,
sci_err_t err = SCI_SUCCESS;
uint16_t cnt;
byteq_err_t byteq_err = BYTEQ_ERR_QUEUE_FULL;

if (true != hdl->tx_idle )
{
return SCI_ERR_XCVR_BUSY;
}


#if SCI_CFG_FIFO_INCLUDED
if (true == hdl->fifo_ctrl)
{
Expand Down