summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/nissa/src/common.c')
-rw-r--r--zephyr/projects/nissa/src/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/projects/nissa/src/common.c b/zephyr/projects/nissa/src/common.c
index cd6c4fb502..ac1c775fc1 100644
--- a/zephyr/projects/nissa/src/common.c
+++ b/zephyr/projects/nissa/src/common.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include <device.h>
+#include <zephyr/device.h>
#include <ap_power/ap_power.h>
#include "battery.h"
@@ -19,7 +19,7 @@
#include "nissa_common.h"
-#include <logging/log.h>
+#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(nissa, CONFIG_NISSA_LOG_LEVEL);
#define PROCHOT_GPIO_ENUM \