From 0b776a7be3c7a342e811ca25ce5e02edac213772 Mon Sep 17 00:00:00 2001 From: Kyra Lengfeld Date: Thu, 21 Nov 2024 15:54:39 +0100 Subject: [PATCH] board default: enable Power Management per default for radio core This commit is just to test, no plan on merging this branch. Signed-off-by: Kyra Lengfeld --- subsys/mpsl/init/mpsl_init.c | 2 +- west.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subsys/mpsl/init/mpsl_init.c b/subsys/mpsl/init/mpsl_init.c index 985daa2f043e..5e282a40b4ca 100644 --- a/subsys/mpsl/init/mpsl_init.c +++ b/subsys/mpsl/init/mpsl_init.c @@ -26,7 +26,7 @@ #endif #if IS_ENABLED(CONFIG_MPSL_USE_ZEPHYR_PM) -#include +#include #endif LOG_MODULE_REGISTER(mpsl_init, CONFIG_MPSL_LOG_LEVEL); diff --git a/west.yml b/west.yml index 07010eb309ad..07724e785ab0 100644 --- a/west.yml +++ b/west.yml @@ -69,7 +69,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 4ba47686ab416ed3a01b5dbac1c0b6f4a478e1fb + revision: pull/2290/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above