1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00
Benjamin Valentin ba8dfc8341 cpu/sam0_common/gpio: don't hard-code number of ports
_exti() always assumes only 2 ports, so it will always fail when using
e.g. port C or port D on same54.

Instead, determine the number of ports from the dimensions of the exti_config
array.
2019-08-29 15:27:42 +02:00
..
2019-08-06 19:43:54 +02:00
2019-08-03 14:50:58 +02:00
2019-08-06 19:43:54 +02:00
2017-01-20 13:36:26 +01:00