samples: replace power/power.h with pm/pm.h

Replace old header with the new one.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-03 17:25:08 +02:00 committed by Anas Nashif
commit b287725d41
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
#include <zephyr.h>
#include <device.h>
#include <soc.h>
#include <power/power.h>
#include <pm/pm.h>
#include <logging/log.h>
#define LOG_LEVEL LOG_LEVEL_DBG
LOG_MODULE_REGISTER(pwrmgmt_test);

View file

@ -8,7 +8,7 @@
#include <zephyr.h>
#include <device.h>
#include <init.h>
#include <power/power.h>
#include <pm/pm.h>
#include "retained.h"
#include <hal/nrf_gpio.h>

View file

@ -10,7 +10,7 @@
#include <init.h>
#include <device.h>
#include <drivers/gpio.h>
#include <power/power.h>
#include <pm/pm.h>
#include <driverlib/ioc.h>