mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0d85356180
Previously, the callback was incorrectly passed a channel of zero as argument regardless of the channel that triggered the IRQ. This fixes the issue and also uses `bitarithm_test_and_clear()` to only iterate over the channels that actually have an IRQ flag set, rather than all channels. |
||
---|---|---|
.. | ||
adc.c | ||
flexcomm.c | ||
gpio_mux.c | ||
gpio.c | ||
i2c.c | ||
Kconfig | ||
Makefile | ||
rtc.c | ||
spi.c | ||
timer.c | ||
uart.c | ||
wdt.c |