doc: cleanup after NFFS removal

Patch introduce references to LittleFS instead of NFFS where it
was suitable. In other places NFFS mentions were removed

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2020-01-13 12:56:02 +01:00 committed by Carles Cufí
commit 68f51f66c6
5 changed files with 7 additions and 12 deletions

View file

@ -191,7 +191,7 @@ struct settings_handler_static {
* Initialization of settings and backend
*
* Can be called at application startup.
* In case the backend is NFFS Remember to call it after FS was mounted.
* In case the backend is a FS Remember to call it after the FS was mounted.
* For FCB backend it can be called without such a restriction.
*
* @return 0 on success, non-zero on failure.