Skip to content

Commit a5076b9

Browse files
committed
[nrf fromlist] modules: hal_nordic: replace LUMOS_XXAA with NRF54L_SERIES
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]>
1 parent 9718c52 commit a5076b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/nrfx/nrfx_config_reserved_resources.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#if defined(NRF53_SERIES)
4545
#define NRFX_DPPI0_CHANNELS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_CHANNELS
4646
#define NRFX_DPPI0_GROUPS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_GROUPS
47-
#elif defined(LUMOS_XXAA)
47+
#elif defined(NRF54L_SERIES)
4848
#define NRFX_DPPI10_CHANNELS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_CHANNELS
4949
#define NRFX_DPPI10_GROUPS_USED_BY_BT_CTLR BT_CTLR_USED_PPI_GROUPS
5050
#endif

0 commit comments

Comments
 (0)