Обновление

This commit is contained in:
cfif 2026-06-21 18:12:09 +03:00
parent a20cb75023
commit 07abfac963
1 changed files with 1 additions and 1 deletions

View File

@ -2170,7 +2170,7 @@ FLEXCAN_ErrorType FLEXCAN_TransmitData(uint8_t u8CanIndex, const FLEXCAN_TxMsgTy
while ((u32WordLen == 0U) && (u32TempAddr++ < pTxMsg->u16WaitTxTimeout))
{
u32WordLen = FLEXCAN_HWA_GetFlag1NoFifoFlag(pCan, u8TxRealMbIndex);
// osThreadYield();
osThreadYield();
}
if (u32WordLen == 0U)