altos: Fix broken EXTI edge mode selections. Clear pending exti on enable
authorKeith Packard <keithp@keithp.com>
Sat, 2 Jun 2012 23:54:42 +0000 (16:54 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 2 Jun 2012 23:54:42 +0000 (16:54 -0700)
Make sure the edge mode registers are set according to the requested
mode.

Clear any pending interrupt when enabling to avoid spurious isr call

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found