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:
Emil Hammarström 2025-03-13 08:51:36 +01:00 committed by Benjamin Cabé
commit 01ba1bf8ce

View file

@ -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.
*