mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-08-10 11:25:13 +00:00
Correct == to = for verify with bytchk of 3
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user