We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f25513 commit 6c71617Copy full SHA for 6c71617
cores/nRF5/nordic/nrfx/mdk/nrf.h
@@ -73,10 +73,16 @@ POSSIBILITY OF SUCH DAMAGE.
73
#ifndef NRF52_SERIES
74
#define NRF52_SERIES
75
#endif
76
+ #ifdef __cplusplus
77
+ extern "C" {
78
+ #endif
79
#define nrf52_clock_hfxo_request hw_clock_hfxo_request
80
#define nrf52_clock_hfxo_release hw_clock_hfxo_release
81
int hw_clock_hfxo_request(void);
82
int hw_clock_hfxo_release(void);
83
84
+ }
85
86
87
88
/* Define NRF53_SERIES for common use in nRF53 series devices. */
@@ -174,4 +180,3 @@ POSSIBILITY OF SUCH DAMAGE.
174
180
#endif /* _WIN32 || __unix || __APPLE__ */
175
181
176
182
#endif /* NRF_H */
177
-
0 commit comments