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:
parent
ed52c410a3
commit
d6797867fb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user