1/* Keep default IRQ priority low for peripherals to reduce Radio ISR latency. 2 * ARM Cortex-M4 lowest priority value of 5, i.e. considering Zephyr reserved 2 3 * levels for Exceptions and ZLI (if enabled). 4 * ARM Cortex-M0 lowest priority value of 3, i.e. we use it as Zephyr has no 5 * support for ZLI on Cortex-M0. 6 */ 7#define NRF_DEFAULT_IRQ_PRIORITY 3 8