Skip to content

Commit

Permalink
LED on/off is around all commands, no need to have it here.
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Jul 16, 2022
1 parent ff8990e commit d4f86dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BlueSCSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d4f86dd

Please sign in to comment.