Skip to content

Commit 24384a0

Browse files
Update gpio_irq_api.c
1 parent 4f107cc commit 24384a0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

targets/TARGET_TT/TARGET_TT_M3HQ/gpio_irq_api.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,8 @@ static uint32_t CheckPinNameIRQSRC(PinName pin)
462462
return CG_INT_SRC_18;
463463
case PT1:
464464
return CG_INT_SRC_19;
465-
//Expand:
466-
//case PT2:
467-
// return CG_INT_SRC_20;
468-
//case PT3:
469-
// return CG_INT_SRC_21;
470465
default:
471466
break;
472467
}
473468
return -1;
474-
}
469+
}

0 commit comments

Comments
 (0)