We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de4155 commit 84dd916Copy full SHA for 84dd916
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