Skip to content

Commit

Permalink
Fixed docs for nvmem_write
Browse files Browse the repository at this point in the history
  • Loading branch information
italo-sampaio committed Sep 26, 2024
1 parent aac524b commit 37d7d49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions firmware/src/hal/include/hal/nvmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/**
* @brief Write to non volatile memory
*
* @param key The key of the destination in non volatile memory
* @param dst The destination address in (non volatile) memory
* @param src The source address to write from
* @param length The amount of bytes to write
Expand Down Expand Up @@ -73,7 +72,7 @@ void nvmem_init();
* @param key a string key to uniquely identify the block
* @param addr the base address of the block
* @param size the size of the block in bytes
*
*
* @return whether the block was successfully registered
*/
bool nvmem_register_block(char* key, void* addr, size_t size);
Expand Down

0 comments on commit 37d7d49

Please sign in to comment.