Skip to content

Commit eda04ee

Browse files
committed
TMP: fix include
1 parent 49d918f commit eda04ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/nrfx/nrfx_reserved_resources_ncs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#endif /* defined(CONFIG_BT_LL_SOFTDEVICE) */
3030

3131
#if defined(CONFIG_MPSL)
32-
#include <mpsl_hwres_zephyr.h>
32+
#include <mpsl_hwres.h>
3333
#if defined(CONFIG_SOC_COMPATIBLE_NRF52X)
3434
#define NRFX_PPI_CHANNELS_USED_BY_MPSL MPSL_NRF52_PPI_CHANNELS_USED_MASK
3535
#elif defined(CONFIG_SOC_COMPATIBLE_NRF53X)

0 commit comments

Comments
 (0)