forked from mirror/qmk_firmware
fix ISR status drop
This commit is contained in:
@@ -322,6 +322,8 @@ ISR(SERIAL_PIN_INTERRUPT) {
|
||||
*trans->status = TRANSACTION_DATA_ERROR;
|
||||
debug_parity_off();
|
||||
}
|
||||
} else {
|
||||
*trans->status = TRANSACTION_ACCEPTED;
|
||||
}
|
||||
|
||||
sync_recv(); //weit initiator output to high
|
||||
|
||||
Reference in New Issue
Block a user