From be52c64cd498fa98d5e7f9f0e014d07a1ab822e8 Mon Sep 17 00:00:00 2001 From: mbedNoobNinja Date: Wed, 25 Jan 2017 12:05:41 +0200 Subject: [PATCH] missing IRQ pin fix --- targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/gpio_irq_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/gpio_irq_api.c b/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/gpio_irq_api.c index 62471865b7..d6be236949 100644 --- a/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/gpio_irq_api.c +++ b/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/gpio_irq_api.c @@ -71,6 +71,7 @@ static const PinMap PinMap_IRQ[] = { #else static const PinMap PinMap_IRQ[] = { {P9_1, IRQ0, 4}, + {P7_8, IRQ1, 8}, {P1_2, IRQ2, 4}, {P1_8, IRQ2, 3}, {P3_0, IRQ2, 3}, {P5_9, IRQ2, 4}, {P1_3, IRQ3, 4}, {P1_9, IRQ3, 3}, {P1_4, IRQ4, 4}, {P1_10, IRQ4, 3},