mirror of https://github.com/FOME-Tech/openblt.git
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@895 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
f346ba9546
commit
d69ccf1346
|
@ -345,8 +345,6 @@ static bool XcpTpCanSendPacket(tXcpTransportPacket const * txPacket,
|
||||||
}
|
}
|
||||||
/* Exit critical section. */
|
/* Exit critical section. */
|
||||||
UtilCriticalSectionExit();
|
UtilCriticalSectionExit();
|
||||||
/* Wait a little bit to not starve the CPU. */
|
|
||||||
UtilTimeDelayMs(1);
|
|
||||||
}
|
}
|
||||||
/* Enter critical section. */
|
/* Enter critical section. */
|
||||||
UtilCriticalSectionEnter();
|
UtilCriticalSectionEnter();
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue