Explorar o código

Correct == to = for verify with bytchk of 3

Glenn Anderson %!s(int64=3) %!d(string=hai) anos
pai
achega
5c357b578c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/BlueSCSI.cpp

+ 1 - 1
src/BlueSCSI.cpp

@@ -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);