1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

cpu/samd21: fix ISR mapping for PB27

This commit is contained in:
Hauke Petersen 2016-04-19 20:46:41 +02:00
parent fbb144f7b8
commit 39043b5e6e

View File

@ -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},
};
/**