8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7dc99 commit f10d048Copy full SHA for f10d048
cpp_utils/NVS.cpp renamed to cpp_utils/CPPNVS.cpp
@@ -5,8 +5,9 @@
5
* Author: kolban
6
*/
7
8
+#include "CPPNVS.h"
9
+
10
#include <stdlib.h>
-#include "NVS.h"
11
12
/**
13
* @brief Constructor.
cpp_utils/NVS.h renamed to cpp_utils/CPPNVS.h
@@ -5,8 +5,8 @@
-#ifndef COMPONENTS_CPP_UTILS_NVS_H_
-#define COMPONENTS_CPP_UTILS_NVS_H_
+#ifndef COMPONENTS_CPP_UTILS_CPPNVS_H_
+#define COMPONENTS_CPP_UTILS_CPPNVS_H_
#include <nvs.h>
#include <string>
@@ -28,4 +28,4 @@ class NVS {
28
nvs_handle m_handle;
29
};
30
31
-#endif /* COMPONENTS_CPP_UTILS_NVS_H_ */
+#endif /* COMPONENTS_CPP_UTILS_CPPNVS_H_ */
0 commit comments