Justifier: Last byte shouldn't ACK

pull/3730/head
Stenzek 5 months ago
parent 66ddcae05f
commit 16ceae8bc9
No known key found for this signature in database

@ -192,7 +192,7 @@ bool Justifier::Transfer(const u8 data_in, u8* data_out)
{
*data_out = Truncate8(m_button_state >> 8);
m_transfer_state = TransferState::Idle;
return true;
return false;
}
default:

Loading…
Cancel
Save