LED on/off is around all commands, no need to have it here.

This commit is contained in:
Eric Helgeson 2022-06-26 20:51:28 -05:00
parent ff8990e5c5
commit d4f86ddaed
1 changed files with 0 additions and 2 deletions

View File

@ -1157,9 +1157,7 @@ byte onVerify(SCSI_DEVICE *dev, const byte *cdb)
// Data-Out buffer is single logical block for repeated verification.
len = dev->m_blocksize;
}
LED_ON();
verifyDataPhaseSD(dev, adds, len);
LED_OFF();
}
return SCSI_STATUS_GOOD;
}