Skip to content

Commit

Permalink
soc: nordic: nrf54l15: add missing include
Browse files Browse the repository at this point in the history
Add nrf5x binding header, as NRF5X_REG_MODE_DCDC is used in a macro
comparison. Missing header prevented evaluation to become true and so
enable DC/DC module.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and nashif committed Sep 2, 2024
1 parent 0492235 commit 726c8ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/nordic/nrf54l/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <zephyr/init.h>
#include <zephyr/logging/log.h>
#include <zephyr/cache.h>
#include <zephyr/dt-bindings/regulator/nrf5x.h>

#if defined(NRF_APPLICATION)
#include <cmsis_core.h>
Expand Down

0 comments on commit 726c8ab

Please sign in to comment.