Обновление

This commit is contained in:
cfif 2025-12-15 11:40:28 +03:00
parent a65712e1a1
commit 551958235d
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ void CanSerialPortFrameIrqRxProcessing(tCanSerialPortFrameFlagchip *env, uint32_
REV_BYTES_32(pSrc[u8Index], pDest[u8Index]);
}
CanSerialPortFrameAddDataQueue(env, &env->rx_message_struct, index);
CanSerialPortFrameAddDataQueue(env, &env->rx_message_struct, env->IdSoftFilter_RX[index].filter);
}