Commit cd58325b authored by Vinayak Kariappa Chettimada's avatar Vinayak Kariappa Chettimada Committed by Carles Cufi
Browse files

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: default avatarVinayak Kariappa Chettimada <vich@nordicsemi.no>
parent 7ece6aed
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
/* 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