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:
parent
280ca7a632
commit
b287725d41
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue