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

Incorrect header guard in nrf_nvic.h

SDK 13.0.0

nrf_soc_nosd/nrf_nvic.h has this header guard:

#ifndef NRF_SOC_H__
#define NRF_SOC_H__

This means you couldn't include nrf_soc.h after including nrf_nvic.h.

Related