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 21c4e72 commit 9c2704dCopy full SHA for 9c2704d
source/application/main.c
@@ -243,7 +243,7 @@ static void hardware_setup(bool *factory_reset)
243
244
// Configure case detect pin interrupt and check the starting state
245
{
246
- check_error(nrfx_gpiote_init(NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY)); // TODO is this a problem
+ check_error(nrfx_gpiote_init(NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY));
247
248
nrfx_gpiote_input_config_t input_config = {
249
.pull = NRF_GPIO_PIN_NOPULL,
0 commit comments