1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/flash_utils: Fix signature in documentation

The function signature in the Doxygen generated doc was incorrect.
Given that the implementation does have the correct signature, the
impact may not be that large. Still, incorrect doc is confusing, so
let's fix it.
This commit is contained in:
Marian Buschsieweke 2023-11-10 11:12:20 +01:00
parent ed52c410a3
commit d6797867fb
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -207,7 +207,7 @@ void flash_puts(FLASH_ATTR const char *flash);
* @param[in] n number of bytes to copy
*
*/
void * flash_memcpy(void *dest, FLASH_ATTR const char *src, size_t n);
void * flash_memcpy(void *dest, FLASH_ATTR const void *src, size_t n);
#elif !IS_ACTIVE(HAS_FLASH_UTILS_ARCH)
# define FLASH_ATTR
# define PRIsflash "s"