Merge pull request #3642 from mbedNoobNinja/VK_RZ_pins

Missing IRQ pin fix for platform VK_RZ_A1H
pull/3602/merge
Sam Grove 2017-02-02 10:56:49 -06:00 committed by GitHub
commit 185af3e139
1 changed files with 1 additions and 0 deletions

View File

@ -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},