Skip to content

Commit 2c2d24b

Browse files
Thomas Stenersenjoerchan
authored andcommitted
nfc: Fix default IRQ priority when ZERO_LATENCY_IRQS are used
Fixes NCSDK-3404 and a small documentation bug. Signed-off-by: Thomas Stenersen <[email protected]>
1 parent 71263ae commit 2c2d24b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nfc/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ config NFCT_IRQ_PRIORITY
2727
int
2828
prompt "Interrupt priority"
2929
range 0 6
30+
default 5 if ZERO_LATENCY_IRQS
3031
default 6
3132
help
3233
Sets NFC interrupt priority.
33-
Levels are from 0 (highest priority) to 7 (lowest priority)
34+
Levels are from 0 (highest priority) to 6 (lowest priority)
3435

3536
choice
3637
prompt "NFC platform logging level"

0 commit comments

Comments
 (0)