Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Jul 24, 2024
1 parent f912e40 commit e9944dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/PeriphDrivers/Source/UART/uart_revb.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ static void emptyRxAsync(mxc_uart_revb_req_t *req)
* the number of bytes currently in the FIFO, then we need to read from the FIFO and reset the
* threshold again.
*/

} while (numToRead && numToRead <= MXC_UART_GetRXFIFOAvailable((mxc_uart_regs_t *)(req->uart)));
}

Expand Down

0 comments on commit e9944dd

Please sign in to comment.