PIC interrupts are no longer latched on AT+.

This commit is contained in:
OBattler
2020-11-17 19:25:13 +01:00
parent 48883a46cd
commit 239a84fd68

View File

@@ -196,6 +196,9 @@ pic_update_pending(void)
pic.irr |= (1 << pic2.icw3);
else
pic.irr &= ~(1 << pic2.icw3);
pic_pending = (find_best_interrupt(&pic) != -1);
return;
}
if (find_best_interrupt(&pic) != -1) {