1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #3731 from ibriano/samd21

cpu: samd21: Enable the interrupt line for PA28
This commit is contained in:
Peter Kietzmann 2015-08-28 09:36:34 +02:00
commit 3c3674ff19

View File

@ -39,7 +39,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, -1, -1, -1, -1, -1},
-1, 1, 2, 3, -1, -1, 6, 7, 12, 13, -1, -1, 8, -1, -1, -1},
{ 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, 15, 8, -1, 10, 11},
};