blob: 31f20b802ce9be4de12eb011522cd118b9f22132 [file] [log] [blame]
/* Keep default IRQ priority low for peripherals to reduce Radio ISR latency.
* ARM Cortex-M4 lowest priority value of 5, i.e. considering Zephyr reserved 2
* levels for Exceptions and ZLI (if enabled).
*/
#define NRF_DEFAULT_IRQ_PRIORITY 5