Skip to content

Commit 0ea9804

Browse files
committed
mpsl: align to name change in mpsl_hwres
It was split into mpsl_dppi. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 914d280 commit 0ea9804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/mpsl/hwres/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
zephyr_library()
88

9-
zephyr_library_sources(mpsl_hwres.c)
9+
zephyr_library_sources(mpsl_dppi.c)

subsys/mpsl/hwres/mpsl_hwres.c renamed to subsys/mpsl/hwres/mpsl_dppi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include <mpsl_hwres.h>
7+
#include <mpsl_dppi.h>
88
#if defined(DPPI_PRESENT)
99
#include <nrfx_dppi.h>
1010
#endif

0 commit comments

Comments
 (0)