ioport: Use IRQ_FLAG_FILTERED instead of manual filtering
authorJakob Gruber <jakob.gruber@gmail.com>
Thu, 23 Aug 2012 11:13:25 +0000 (13:13 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Wed, 29 Aug 2012 13:00:46 +0000 (15:00 +0200)
commit7303c1476425315c570175c9c58208a68d7ee874
treec62210f7c50f68c3d63be95f03c4236582fe2553
parentebc09ae499f9abdabc1809c2e66385c14d6a5517
ioport: Use IRQ_FLAG_FILTERED instead of manual filtering

Manual filtering could cause us to miss pin changes when data
is written to PINs while the port is set to input mode (and thus
the PORT register is not updated).
simavr/sim/avr_ioport.c