Skip to content

Commit 380504a

Browse files
SuGliderCopilot
andauthored
fix(rmt): note rewritting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7432982 commit 380504a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api/rmt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Sends RMT data in non-blocking (asynchronous) mode. The function returns immedia
155155

156156
**Non-blocking mode:** Returns immediately after execution. Use ``rmtTransmitCompleted()`` to check if transmission is finished.
157157

158-
**Note:** If more than one ``rmtWriteAsync()`` is called in sequence, it will wait for the first transmission to finish, returning ``false`` to indicate failure.
158+
**Note:** If ``rmtWriteAsync()`` is called while a previous transmission is still in progress, it will return ``false`` immediately to indicate failure; it does not wait for the previous transmission to finish.
159159

160160
This function returns ``true`` on execution success, ``false`` otherwise.
161161

0 commit comments

Comments
 (0)