This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Missing __cplusplus extern "C" in SDK header

File nrf_pwr_mgmt.h is lacking 

#ifdef __cplusplus
extern "C" {
#endif

magic.

SDK version: nRF5_SDK_15.3.0_59ac345.zip

I guess it is a small oversight since all other header have this bit.

Related