zephyr/subsys/fs/nvs
Carles Cufi 6f5dc33ef4 nvs: Fix deletion of the last entry added
Make sure that the last entry added is deleted correctly by storing the
fact that one was found in a local variable.

Fix by Laczen JMS <laczenjms@gmail.com>

Fixes #18813.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-09-02 12:31:42 +02:00
..
CMakeLists.txt
Kconfig subsys/fs: remove FS_FLASH_STORAGE_PARTITION 2019-07-22 18:21:50 +02:00
nvs.c nvs: Fix deletion of the last entry added 2019-09-02 12:31:42 +02:00
nvs_priv.h