mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] General reformat and clean-up.
This commit is contained in:
@@ -623,9 +623,7 @@ public partial class Dump
|
||||
_speedStopwatch.Restart();
|
||||
|
||||
if(blocksToRead == 1)
|
||||
{
|
||||
error = _dev.ReadSingleBlock(out cmdBuf, out _, (uint)i, blockSize, byteAddressed, timeout, out _);
|
||||
}
|
||||
else if(supportsCmd23)
|
||||
{
|
||||
error = _dev.ReadWithBlockCount(out cmdBuf,
|
||||
|
||||
Reference in New Issue
Block a user