include: Fix use of <nvs/nvs.h> -> <fs/nvs.h>

Fix #include <nvs/nvs.h> as it has been deprecated and
should be #include <fs/nvs.h>.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-12-09 11:42:57 -06:00 committed by Anas Nashif
parent 2fab7413f7
commit ec4714a5ea

View file

@ -8,7 +8,7 @@
#ifndef __SETTINGS_NVS_H_
#define __SETTINGS_NVS_H_
#include <nvs/nvs.h>
#include <fs/nvs.h>
#include "settings/settings.h"
#ifdef __cplusplus