From de449270c51d9d897da01096449fddbd6e24c9ce Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Tue, 7 Nov 2023 23:19:15 +0100 Subject: [PATCH] Remove work-around --- cpp/hal/gpiobus.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cpp/hal/gpiobus.cpp b/cpp/hal/gpiobus.cpp index 21c13cf3..f4ec559d 100644 --- a/cpp/hal/gpiobus.cpp +++ b/cpp/hal/gpiobus.cpp @@ -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);