We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71263ae commit 2c2d24bCopy full SHA for 2c2d24b
nfc/Kconfig
@@ -27,10 +27,11 @@ config NFCT_IRQ_PRIORITY
27
int
28
prompt "Interrupt priority"
29
range 0 6
30
+ default 5 if ZERO_LATENCY_IRQS
31
default 6
32
help
33
Sets NFC interrupt priority.
- Levels are from 0 (highest priority) to 7 (lowest priority)
34
+ Levels are from 0 (highest priority) to 6 (lowest priority)
35
36
choice
37
prompt "NFC platform logging level"
0 commit comments