Merge pull request #294 from tomtor/fix-doc

Fix documentation for usart_putc()
This commit is contained in:
Roger Clark 2017-07-03 15:36:23 +10:00 committed by GitHub
commit d4103b8cd1
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.