Обновление

This commit is contained in:
cfif 2026-06-21 18:02:50 +03:00
parent bd9b8294c9
commit a20cb75023
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)) while ((u32WordLen == 0U) && (u32TempAddr++ < pTxMsg->u16WaitTxTimeout))
{ {
u32WordLen = FLEXCAN_HWA_GetFlag1NoFifoFlag(pCan, u8TxRealMbIndex); u32WordLen = FLEXCAN_HWA_GetFlag1NoFifoFlag(pCan, u8TxRealMbIndex);
osThreadYield(); // osThreadYield();
} }
if (u32WordLen == 0U) if (u32WordLen == 0U)