samples: Bluetooth: hci_ipc comment about NRF_DEFAULT_IRQ_PRIORITY

Update comment about use of NRF_DEFAULT_IRQ_PRIORITY in
hci_ipc sample for Nordic nRF53x series.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2024-04-10 10:13:46 +02:00 committed by Carles Cufí
commit cd58325b2a

View file

@ -1,2 +1,5 @@
/* Keep default IRQ priority low for peripherals to reduce Radio ISR latency */
/* 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