Remove work-around

This commit is contained in:
Uwe Seimet 2023-11-07 23:19:15 +01:00
parent ad4586dab8
commit de449270c5
1 changed files with 0 additions and 6 deletions

View File

@ -315,12 +315,6 @@ int GPIOBUS::SendHandShake(uint8_t *buf, int count, int)
phase_t phase = GetPhase();
for (i = 0; i < count; i++) {
if (i == delay_after_bytes) {
spdlog::trace("DELAYING for " + to_string(SCSI_DELAY_SEND_DATA_DAYNAPORT_US) + " after " +
to_string(delay_after_bytes) + " bytes");
SysTimer::SleepUsec(SCSI_DELAY_SEND_DATA_DAYNAPORT_US);
}
// Set the DATA signals
SetDAT(*buf);