commit | a7a8469b847fa013cb3b01474f4ec57d2993c134 | [log] [tgz] |
---|---|---|
author | Hubert Miś <hubert.mis@nordicsemi.no> | Wed Nov 13 20:21:49 2024 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Dec 13 20:05:31 2024 +0100 |
tree | dfffb465e6a0c3f1836de295513c7b7c12a10b34 | |
parent | 1050f5375e13462f593930174e1f1c7e7dad92f2 [diff] |
drivers: uart: clarification of poll_out blocking duration The API docs state that the uart_poll_out is a blocking call, but it does not specify how long a call to this function should block the calling thread. This is described in the UART driver documentation. This patch clarifies the API docs and alignes it with the driver documentation. Signed-off-by: Hubert Miś <hubert.mis@nordicsemi.no>