1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

riotboot/flashwrite: fix typo in doxygen documentation

This commit is contained in:
Alexandre Abadie 2019-07-02 11:39:51 +02:00
parent 9b4c01c2dd
commit 22796b7438
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -123,7 +123,7 @@ static inline int riotboot_flashwrite_init(riotboot_flashwrite_t *state,
* @param[in,out] state ptr to previously used update state * @param[in,out] state ptr to previously used update state
* @param[in] bytes ptr to data * @param[in] bytes ptr to data
* @param[in] len len of data * @param[in] len len of data
* @param[in] more whether more data is comming * @param[in] more whether more data is coming
* *
* @returns 0 on success, <0 otherwise * @returns 0 on success, <0 otherwise
*/ */