Skip to content

Commit be52c64

Browse files
committed
missing IRQ pin fix
1 parent 04a31f3 commit be52c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/gpio_irq_api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ static const PinMap PinMap_IRQ[] = {
7171
#else
7272
static const PinMap PinMap_IRQ[] = {
7373
{P9_1, IRQ0, 4},
74+
{P7_8, IRQ1, 8},
7475
{P1_2, IRQ2, 4}, {P1_8, IRQ2, 3}, {P3_0, IRQ2, 3}, {P5_9, IRQ2, 4},
7576
{P1_3, IRQ3, 4}, {P1_9, IRQ3, 3},
7677
{P1_4, IRQ4, 4}, {P1_10, IRQ4, 3},

0 commit comments

Comments
 (0)