Skip to content

Commit

Permalink
board default: enable Power Management per default for radio core
Browse files Browse the repository at this point in the history
This commit is just to test, no plan on merging this branch.

Signed-off-by: Kyra Lengfeld <[email protected]>
  • Loading branch information
KyraLengfeld committed Nov 22, 2024
1 parent b93143b commit 0b776a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subsys/mpsl/init/mpsl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#endif

#if IS_ENABLED(CONFIG_MPSL_USE_ZEPHYR_PM)
#include <pm/mpsl_pm_utils.h>
#include <mpsl/mpsl_pm_utils.h>
#endif

LOG_MODULE_REGISTER(mpsl_init, CONFIG_MPSL_LOG_LEVEL);
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b776a7

Please sign in to comment.