mirror of https://github.com/rusefi/openblt.git
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:
parent
5a4e9477aa
commit
a20c56b9a5
|
@ -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.
Loading…
Reference in New Issue