mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
3ad71d5be0
fixes the GPIO_LOW interrupt on the atmega platform. It results from trying to shift GPIO_LOW. Since it is 0, it is not shiftable and will not be set correctly. There were more issues with the other flanks too, as they are 0b01 or 0b00. If 0b11 was set as a flank before it would not be able to switch to any other mode anymore. Now the bits get cleared before the new flank will be written. |
||
---|---|---|
.. | ||
avr-libc-extra | ||
include | ||
periph | ||
atmega_stdio.c | ||
doc.txt | ||
irq_arch.c | ||
Makefile | ||
Makefile.features | ||
Makefile.include | ||
posix_unistd.c | ||
thread_arch.c |