summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/mec1322/port80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mec1322/port80.c b/chip/mec1322/port80.c
index 674d52d6d0..1ac75a9d9b 100644
--- a/chip/mec1322/port80.c
+++ b/chip/mec1322/port80.c
@@ -16,7 +16,7 @@
void port_80_interrupt(void)
{
int data;
-
+ MEC1322_TMR16_STS(1) = 1; /* Ack the interrupt */
if ((1 << 1) & MEC1322_INT_RESULT(23)) {
data = port_80_read();