Skip to content

Commit 35ef491

Browse files
fixup! [nrf noup] modules: hal_nordic: nrfx: Add SoftDevice PPI resources
Use PPI resources information from SoftDevice when it is present. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
1 parent d7b901d commit 35ef491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ BUILD_ASSERT((NRFX_PPIB_020_030_CHANNELS_USED_BY_802154_DRV &
937937
NRFX_PPIB_020_030_CHANNELS_USED_BY_802154_DRV | NRFX_PPIB_020_030_CHANNELS_USED_BY_MPSL)
938938

939939
#if defined(CONFIG_SOFTDEVICE)
940-
#include <nrf_sd_def.h>
940+
#include <softdevice/nrf_sd_def.h>
941941
#define NRFX_PPI_CHANNELS_USED_BY_SD SD_PPI_CHANNELS_USED
942942
#define NRFX_PPI_GROUPS_USED_BY_SD SD_PPI_GROUPS_USED
943943
#else

0 commit comments

Comments
 (0)