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

radio notification sdk 12.3

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.

Related