mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-12-23 04:29:44 +00:00
LED on/off is around all commands, no need to have it here.
This commit is contained in:
parent
ff8990e5c5
commit
d4f86ddaed
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user