Skip to content

Commit 185af3e

Browse files
authored
Merge pull request #3642 from mbedNoobNinja/VK_RZ_pins
Missing IRQ pin fix for platform VK_RZ_A1H
2 parents dd9b645 + be52c64 commit 185af3e

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)