mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-04-10 01:37:07 +00:00
Add 10ms delay to seek command
This commit is contained in:
parent
efca14f6b5
commit
bc8faaea31
@ -293,6 +293,10 @@ static void doSeek(uint32 lba)
|
||||
scsiDev.target->sense.asc = LOGICAL_BLOCK_ADDRESS_OUT_OF_RANGE;
|
||||
scsiDev.phase = STATUS;
|
||||
}
|
||||
else
|
||||
{
|
||||
CyDelay(10);
|
||||
}
|
||||
}
|
||||
|
||||
static int doTestUnitReady()
|
||||
|
Loading…
x
Reference in New Issue
Block a user