Skip to content

Commit b21da50

Browse files
committed
Revert "mpsl: align to name change in mpsl_hwres"
This reverts commit 63e54645a7fd849aa33981aa26e88a1d5545a736.
1 parent bfac099 commit b21da50

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_dppi.c)
9+
zephyr_library_sources(mpsl_hwres.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_dppi.h>
7+
#include <mpsl_hwres_ppi.h>
88
#if defined(DPPI_PRESENT)
99
#include <nrfx_dppi.h>
1010
#endif

0 commit comments

Comments
 (0)