fs: zms: clarify need to re-mount after zms_clear
Clarify that the file system needs to be re-mounted after clearing. It was not clear that zms_clear both cleared and unmounted the fs. Signed-off-by: Emil Hammarström <emil.hammarstrom1@assaabloy.com>
This commit is contained in:
parent
2e2e3a3894
commit
01ba1bf8ce
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ struct zms_fs {
|
|||
int zms_mount(struct zms_fs *fs);
|
||||
|
||||
/**
|
||||
* @brief Clear the ZMS file system from device.
|
||||
* @brief Clear the ZMS file system from device. The ZMS file system must be re-mounted after this
|
||||
* operation.
|
||||
*
|
||||
* @param fs Pointer to the file system.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue