I'm working with LEDs in a ble example I'm calling ble_notification_init() and activate the LED in the callback handler. I get sd_nvic_ClearPendingIRQ, sd_nvic_SetPriority and sd_nvic_EnableIRQ undefined. I did:
#include "nrf_nvic.h"
#include "ble_radio_notification.h"
Anything else I need to do? Thx.