mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-03-24 09:29:31 +00:00
Merge pull request #80 from mactcp/AppleHDSCSetup
Correct == to = for verify with bytchk of 3
This commit is contained in:
commit
30eccd413e
@ -1164,7 +1164,7 @@ byte onVerifyCommand(byte flags, uint32_t adds, uint32_t len)
|
||||
if (bytchk != 0) {
|
||||
if (bytchk == 3) {
|
||||
// Data-Out buffer is single logical block for repeated verification.
|
||||
len == m_img->m_blocksize;
|
||||
len = m_img->m_blocksize;
|
||||
}
|
||||
LED_ON();
|
||||
verifyDataPhaseSD(adds, len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user