Refs #1149, #895. Fixed problem with slow CAN throughput that some users reported.

git-svn-id: https://svn.code.sf.net/p/openblt/code/tags/openblt_v011201@894 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2021-08-23 10:57:16 +00:00
parent 5a4e9477aa
commit a20c56b9a5
2 changed files with 0 additions and 2 deletions

View File

@ -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();

Binary file not shown.