PIC interrupts are no longer latched on AT+.
This commit is contained in:
@@ -196,6 +196,9 @@ pic_update_pending(void)
|
|||||||
pic.irr |= (1 << pic2.icw3);
|
pic.irr |= (1 << pic2.icw3);
|
||||||
else
|
else
|
||||||
pic.irr &= ~(1 << pic2.icw3);
|
pic.irr &= ~(1 << pic2.icw3);
|
||||||
|
|
||||||
|
pic_pending = (find_best_interrupt(&pic) != -1);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (find_best_interrupt(&pic) != -1) {
|
if (find_best_interrupt(&pic) != -1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user