Skip to content

Commit d7dd7af

Browse files
ankunsrlubos
authored andcommitted
mpsl: fix misspelled function name to mpsl_hwres_dppi_channel_alloc
The name mpsl_hwres_dppi_channel_alloc should be used instead of `mpsl_fem_hwres_dppi_channel_alloc` Signed-off-by: Andrzej Kuros <[email protected]>
1 parent 265ef24 commit d7dd7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/mpsl/init/mpsl_hwres.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#if defined(DPPI_PRESENT)
1616

17-
bool mpsl_fem_hwres_dppi_channel_alloc(NRF_DPPIC_Type *p_dppic, uint8_t *p_dppi_ch)
17+
bool mpsl_hwres_dppi_channel_alloc(NRF_DPPIC_Type *p_dppic, uint8_t *p_dppi_ch)
1818
{
1919
nrfx_dppi_t dppi = {0};
2020
nrfx_err_t err = nrfx_dppi_periph_get((uintptr_t)p_dppic, &dppi);

0 commit comments

Comments
 (0)