Skip to content

Commit 84dd916

Browse files
committed
Fix documentation for usart_putc()
1 parent 7de4155 commit 84dd916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • STM32F1/system/libmaple/include/libmaple

STM32F1/system/libmaple/include/libmaple/usart.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ static inline void usart_disable_all(void) {
439439
/**
440440
* @brief Transmit one character on a serial port.
441441
*
442-
* This function blocks until the character has been successfully
443-
* transmitted.
442+
* This function blocks until the character has been queued
443+
* for transmission.
444444
*
445445
* @param dev Serial port to send on.
446446
* @param byte Byte to transmit.

0 commit comments

Comments
 (0)