Skip to content

Commit

Permalink
Merge pull request #5353 from haukepetersen/fix_samd21_pb27
Browse files Browse the repository at this point in the history
cpu/samd21: fix ISR mapping for PB27
  • Loading branch information
kYc0o committed Apr 20, 2016
2 parents 01650a4 + 39043b5 commit 25356df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/samd21/periph/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static const int8_t exti_config[2][32] = {
{-1, 1, -1, -1, 4, 5, 6, 7, -1, 9, 10, 11, 12, 13, 14, 15,
-1, 1, 2, 3, -1, -1, 6, 7, 12, 13, -1, 15, 8, -1, 10, 11},
{ 0, -1, 2, 3, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
0, 1, -1, -1, -1, -1, 6, 7, -1, -1, -1, 0, 8, -1, -1, -1},
0, 1, -1, -1, -1, -1, 6, 7, -1, -1, -1, -1, 8, -1, -1, -1},
};

/**
Expand Down

0 comments on commit 25356df

Please sign in to comment.