Skip to content

Commit 2ae0c70

Browse files
committed
mpsl: hw_res: fix MPSL_TIMER0 declaration
It is needed in zephyr builds too. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 5582530 commit 2ae0c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpsl/include/mpsl_hwres.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ extern "C" {
8787
#else
8888
#error Unknown NRF series.
8989
#endif
90+
#endif
9091

9192
/* Defines which timer is being used by the MPSL implementation */
9293
#if defined(NRF52_SERIES)
@@ -98,7 +99,6 @@ extern "C" {
9899
#else
99100
#define MPSL_TIMER0 NRF_TIMER020
100101
#endif
101-
#endif
102102

103103
#ifdef __cplusplus
104104
}

0 commit comments

Comments
 (0)