Skip to content
Snippets Groups Projects
Unverified Commit 19e7058c authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #8657 from OTAkeys/pr/fix_isrpipe_doc_ms

isrpipe: fix timeout unit in api documentation
parents 90519692 cbe32690
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ int isrpipe_read(isrpipe_t *isrpipe, char *buf, size_t count); ...@@ -86,7 +86,7 @@ int isrpipe_read(isrpipe_t *isrpipe, char *buf, size_t count);
* @param[in] isrpipe isrpipe object to operate on * @param[in] isrpipe isrpipe object to operate on
* @param[in] buf buffer to write to * @param[in] buf buffer to write to
* @param[in] count number of bytes to read * @param[in] count number of bytes to read
* @param[in] timeout timeout in ms * @param[in] timeout timeout in microseconds
* *
* @returns number of bytes read * @returns number of bytes read
* @returns -ETIMEDOUT on timeout * @returns -ETIMEDOUT on timeout
...@@ -102,7 +102,7 @@ int isrpipe_read_timeout(isrpipe_t *isrpipe, char *buf, size_t count, uint32_t t ...@@ -102,7 +102,7 @@ int isrpipe_read_timeout(isrpipe_t *isrpipe, char *buf, size_t count, uint32_t t
* @param[in] isrpipe isrpipe object to operate on * @param[in] isrpipe isrpipe object to operate on
* @param[in] buf buffer to write to * @param[in] buf buffer to write to
* @param[in] count number of bytes to read * @param[in] count number of bytes to read
* @param[in] timeout timeout in ms * @param[in] timeout timeout in microseconds
* *
* @returns number of bytes read * @returns number of bytes read
* @returns -ETIMEDOUT on timeout * @returns -ETIMEDOUT on timeout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment