Skip to content

Commit

Permalink
include: Fix use of <nvs/nvs.h> -> <fs/nvs.h>
Browse files Browse the repository at this point in the history
Fix #include <nvs/nvs.h> as it has been deprecated and
should be #include <fs/nvs.h>.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak authored and nashif committed Dec 10, 2019
1 parent 2fab741 commit ec4714a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/settings/include/settings/settings_nvs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec4714a

Please sign in to comment.