diff --git a/Host/Source/LibOpenBLT/xcptpcan.c b/Host/Source/LibOpenBLT/xcptpcan.c index 9a5fc2d0..a51f2d4b 100644 --- a/Host/Source/LibOpenBLT/xcptpcan.c +++ b/Host/Source/LibOpenBLT/xcptpcan.c @@ -345,8 +345,6 @@ static bool XcpTpCanSendPacket(tXcpTransportPacket const * txPacket, } /* Exit critical section. */ UtilCriticalSectionExit(); - /* Wait a little bit to not starve the CPU. */ - UtilTimeDelayMs(1); } /* Enter critical section. */ UtilCriticalSectionEnter(); diff --git a/Host/libopenblt.dll b/Host/libopenblt.dll index d8fe54d7..61750b68 100644 Binary files a/Host/libopenblt.dll and b/Host/libopenblt.dll differ