summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/src/board_power.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/nissa/src/board_power.c')
-rw-r--r--zephyr/projects/nissa/src/board_power.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/projects/nissa/src/board_power.c b/zephyr/projects/nissa/src/board_power.c
index b81e28c0f4..b4906179ad 100644
--- a/zephyr/projects/nissa/src/board_power.c
+++ b/zephyr/projects/nissa/src/board_power.c
@@ -3,9 +3,9 @@
* found in the LICENSE file.
*/
-#include <sys/atomic.h>
-#include <logging/log.h>
-#include <drivers/gpio.h>
+#include <zephyr/sys/atomic.h>
+#include <zephyr/logging/log.h>
+#include <zephyr/drivers/gpio.h>
#include <ap_power/ap_power.h>
#include <ap_power/ap_power_events.h>