Merge pull request #294 from tomtor/fix-doc
Fix documentation for usart_putc()
This commit is contained in:
commit
d4103b8cd1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue