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 e3da01b commit 8f41ab6Copy full SHA for 8f41ab6
cores/nRF5/WInterrupts.c
@@ -42,7 +42,7 @@ static void __initialize()
42
43
NVIC_DisableIRQ(GPIOTE_IRQn);
44
NVIC_ClearPendingIRQ(GPIOTE_IRQn);
45
- NVIC_SetPriority(GPIOTE_IRQn, 1);
+ NVIC_SetPriority(GPIOTE_IRQn, 2);
46
NVIC_EnableIRQ(GPIOTE_IRQn);
47
}
48
0 commit comments