Skip to content
Snippets Groups Projects
Commit e60e4f0f authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

sys: fmt: fix scn_u32_dec() documentation

parent 0bab8c0d
No related branches found
No related tags found
No related merge requests found
......@@ -214,10 +214,10 @@ size_t fmt_str(char *out, const char *str);
*
* Will convert up to @p n digits. Stops at any non-digit or '\0' character.
*
* @param[out] str Pointer to string to read from
* @param[in] str Pointer to string to read from
* @param[in] n Maximum nr of characters to consider
*
* @return nr of digits read
* @return converted uint32_t value
*/
uint32_t scn_u32_dec(const char *str, size_t n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment