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:
parent
7ece6aed16
commit
cd58325b2a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue