mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Add missing time unit (#1329)
This commit is contained in:
parent
2e2df10531
commit
979d25ae76
@ -276,7 +276,7 @@ int GPIOBUS::SendHandShake(uint8_t *buf, int count, int delay_after_bytes)
|
|||||||
if (actmode == mode_e::TARGET) {
|
if (actmode == mode_e::TARGET) {
|
||||||
for (i = 0; i < count; i++) {
|
for (i = 0; i < count; i++) {
|
||||||
if (i == delay_after_bytes) {
|
if (i == delay_after_bytes) {
|
||||||
spdlog::trace("DELAYING for " + to_string(SCSI_DELAY_SEND_DATA_DAYNAPORT_US) + " after " +
|
spdlog::trace("DELAYING for " + to_string(SCSI_DELAY_SEND_DATA_DAYNAPORT_US) + " us after " +
|
||||||
to_string(delay_after_bytes) + " bytes");
|
to_string(delay_after_bytes) + " bytes");
|
||||||
SysTimer::SleepUsec(SCSI_DELAY_SEND_DATA_DAYNAPORT_US);
|
SysTimer::SleepUsec(SCSI_DELAY_SEND_DATA_DAYNAPORT_US);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user