We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0e3cc commit 133b64dCopy full SHA for 133b64d
lib/edgehog_device/include/nvs.h
@@ -17,8 +17,7 @@
17
18
#include <zephyr/fs/nvs.h>
19
20
-
21
-#if defined (CONFIG_SETTINGS_NVS)
+#if defined(CONFIG_SETTINGS_NVS)
22
23
#ifdef CONFIG_EDGEHOG_DEVICE_USE_EDGEHOG_PARTITION
24
/** @brief The devicetree partition name for the NVS. */
lib/edgehog_device/nvs.c
@@ -10,7 +10,7 @@
10
11
#include <zephyr/storage/flash_map.h>
12
13
14
15
#include "log.h"
16
EDGEHOG_LOG_MODULE_REGISTER(edgehog_nvs, CONFIG_EDGEHOG_DEVICE_NVS_LOG_LEVEL);
0 commit comments