From 2b6f1e1339fc3e6af46fef716fc9cf5192d2b463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20J=C3=B8lsgard?= Date: Tue, 1 Jul 2025 08:34:04 +0200 Subject: [PATCH] [nrf noup] modules: hal_nordic: nrfx: Add SoftDevice PPI resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixup! 8aa56ddac7ef4e041021a59ac9fb0b8a785f3fa4 Use PPI resources information from SoftDevice when it is present. Signed-off-by: Eivind Jølsgard --- modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h b/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h index 1678b2e4171..d65ed74d6c8 100644 --- a/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h +++ b/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h @@ -937,7 +937,7 @@ BUILD_ASSERT((NRFX_PPIB_020_030_CHANNELS_USED_BY_802154_DRV & NRFX_PPIB_020_030_CHANNELS_USED_BY_802154_DRV | NRFX_PPIB_020_030_CHANNELS_USED_BY_MPSL) #if defined(CONFIG_SOFTDEVICE) -#include +#include #define NRFX_PPI_CHANNELS_USED_BY_SD SD_PPI_CHANNELS_USED #define NRFX_PPI_GROUPS_USED_BY_SD SD_PPI_GROUPS_USED #else