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

ble_radio_notification.c correction

In ble_radio_notification.c

this line has to be added:

#include "nrf_nvic.h"

Otherwise one gets compilations errors for

sd_nvic_ClearPendingIRQ etc.

Related