Skip to content

Commit 94ab41a

Browse files
committed
Speed up transfer.
1 parent 872069b commit 94ab41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bus/iec/protocol/cpbstandardserial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ bool CPBStandardSerial::sendByte(uint8_t data, bool eoi)
494494
// RELEASED and transmission stops.
495495

496496
// Lines will be released when exiting the service loop
497-
usleep ( TIMING_Tbb );
497+
//usleep ( TIMING_Tbb );
498498

499499
done:
500500
portENABLE_INTERRUPTS();

0 commit comments

Comments
 (0)