mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1f98e06956
The interrupt flag for a previously configured external gpio interrupt will be set regardless of the actual configuration. So when another source causes an interrupt, the callback of a disabled gpio interrupt will be serviced although it was disabled if the interrupt occured in the meantime. |
||
---|---|---|
.. | ||
cpuid.c | ||
gpio.c | ||
i2c.c | ||
Makefile | ||
pwm.c | ||
rtc.c | ||
rtt.c | ||
spi.c | ||
timer.c | ||
uart.c |