Skip to content

Commit a65c553

Browse files
[DNM] mpsl: include mdk_config in hwres header
Target symbol definition has been move from CMake to MDK config header. Include the header to get access to defined symbols. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent a232cd2 commit a65c553

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mpsl/include/mpsl_hwres.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#ifndef MPSL_HWRES_H__
1818
#define MPSL_HWRES_H__
1919

20+
/* Symbols passed to nrfx-based MDK. */
21+
#include <mdk_config.h>
22+
2023
/* The xx_SERIES macros are defined here to keep this file independent
2124
of the MDK. This allows the header file to be used in nrfx without
2225
creating circular dependencies. */

0 commit comments

Comments
 (0)