We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914d280 commit 0ea9804Copy full SHA for 0ea9804
subsys/mpsl/hwres/CMakeLists.txt
@@ -6,4 +6,4 @@
6
7
zephyr_library()
8
9
-zephyr_library_sources(mpsl_hwres.c)
+zephyr_library_sources(mpsl_dppi.c)
subsys/mpsl/hwres/mpsl_hwres.c renamed to subsys/mpsl/hwres/mpsl_dppi.c
@@ -4,7 +4,7 @@
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
-#include <mpsl_hwres.h>
+#include <mpsl_dppi.h>
#if defined(DPPI_PRESENT)
#include <nrfx_dppi.h>
10
#endif
0 commit comments