Skip to content

Commit 9c2704d

Browse files
committed
Removed an unneeded todo
1 parent 21c4e72 commit 9c2704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/application/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ static void hardware_setup(bool *factory_reset)
243243

244244
// Configure case detect pin interrupt and check the starting state
245245
{
246-
check_error(nrfx_gpiote_init(NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY)); // TODO is this a problem
246+
check_error(nrfx_gpiote_init(NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY));
247247

248248
nrfx_gpiote_input_config_t input_config = {
249249
.pull = NRF_GPIO_PIN_NOPULL,

0 commit comments

Comments
 (0)