Skip to content

Commit

Permalink
Update uart.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham authored Jul 25, 2024
1 parent 478fc3f commit d26fbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_uart/include/hardware/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static inline bool uart_is_readable(uart_inst_t *uart) {
* This function will block until all the data has been sent to the UART transmit buffer
* hardware. Note: Serial data transmission will continue until the Tx FIFO and
* the transmit shift register (not programmer-accessible) are empty.
* To check for UART Tx FIFO empty, please see: uart_tx_wait_blocking()
* To ensure the UART FIFO has been emptied, tou can use \ref uart_tx_wait_blocking()
*
* \param uart UART instance. \ref uart0 or \ref uart1
* \param src The bytes to send
Expand Down

0 comments on commit d26fbf4

Please sign in to comment.