Fix documentation for usart_putc()

This commit is contained in:
Tom Vijlbrief 2017-05-25 20:53:24 +02:00
parent 7de415531e
commit 84dd916230
1 changed files with 2 additions and 2 deletions

View File

@ -439,8 +439,8 @@ static inline void usart_disable_all(void) {
/**
* @brief Transmit one character on a serial port.
*
* This function blocks until the character has been successfully
* transmitted.
* This function blocks until the character has been queued
* for transmission.
*
* @param dev Serial port to send on.
* @param byte Byte to transmit.