From b287725d416deb2a82e1aa0c0c02654c22ea5b59 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 3 May 2021 17:25:08 +0200 Subject: [PATCH] samples: replace power/power.h with pm/pm.h Replace old header with the new one. Signed-off-by: Gerard Marull-Paretas --- .../mec15xxevb_assy6853/power_management/src/power_mgmt.c | 2 +- samples/boards/nrf/system_off/src/main.c | 2 +- samples/boards/ti/cc13x2_cc26x2/system_off/src/main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c b/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c index 0230914b1f8..6a9b547de77 100644 --- a/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c +++ b/samples/boards/mec15xxevb_assy6853/power_management/src/power_mgmt.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #define LOG_LEVEL LOG_LEVEL_DBG LOG_MODULE_REGISTER(pwrmgmt_test); diff --git a/samples/boards/nrf/system_off/src/main.c b/samples/boards/nrf/system_off/src/main.c index c64b4c61b11..052f02f47d3 100644 --- a/samples/boards/nrf/system_off/src/main.c +++ b/samples/boards/nrf/system_off/src/main.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include "retained.h" #include diff --git a/samples/boards/ti/cc13x2_cc26x2/system_off/src/main.c b/samples/boards/ti/cc13x2_cc26x2/system_off/src/main.c index f5049a34e6d..72c8fb8b99e 100644 --- a/samples/boards/ti/cc13x2_cc26x2/system_off/src/main.c +++ b/samples/boards/ti/cc13x2_cc26x2/system_off/src/main.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include