mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
Merge pull request #6221 from kaspar030/fix_fmt_scn_doxygen
sys: fmt: fix scn_u32_dec() documentation
This commit is contained in:
commit
96ef13dc98
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user