spelling: retrieve

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:36:42 -05:00
parent 2062536f26
commit 656ba98a40
6 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ void flash_init(void);
void flash_stop(void);
/**
* Retreieve the first 3 bytes of the flash's device id. This ID
* Retrieve the first 3 bytes of the flash's device id. This ID
* should remain fixed across all chips.
*/
uint32_t flash_whoami(void);