We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6891e40 + 84dd916 commit d4103b8Copy full SHA for d4103b8
1 file changed
STM32F1/system/libmaple/include/libmaple/usart.h
@@ -439,8 +439,8 @@ static inline void usart_disable_all(void) {
439
/**
440
* @brief Transmit one character on a serial port.
441
*
442
- * This function blocks until the character has been successfully
443
- * transmitted.
+ * This function blocks until the character has been queued
+ * for transmission.
444
445
* @param dev Serial port to send on.
446
* @param byte Byte to transmit.
0 commit comments