Skip to content

Commit

Permalink
modules: hal_nordic: replace LUMOS_XXAA with NRF54L_SERIES
Browse files Browse the repository at this point in the history
The NRF54L_SERIES define is more specific and should be used in favor of
LUMOS_XXAA.

Upstream PR: zephyrproject-rtos/zephyr#81602

Signed-off-by: Rafał Kuźnia <[email protected]>
  • Loading branch information
e-rk committed Nov 19, 2024
1 parent 7dd647f commit c6b86c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hal_nordic/nrfx/nrfx_config_reserved_resources.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#if defined(NRF53_SERIES)
#define NRFX_DPPI0_CHANNELS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_CHANNELS
#define NRFX_DPPI0_GROUPS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_GROUPS
#elif defined(LUMOS_XXAA)
#elif defined(NRF54L_SERIES)
#define NRFX_DPPI10_CHANNELS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_CHANNELS
#define NRFX_DPPI10_GROUPS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_GROUPS
#endif
Expand Down

0 comments on commit c6b86c9

Please sign in to comment.