Add USART DMA in Normal mode from CubeMX

This commit is contained in:
2026-06-18 06:20:14 +02:00
parent 7b30c3cedd
commit 4967cd9b32
6 changed files with 57 additions and 3 deletions
-1
View File
@@ -121,7 +121,6 @@ void vCANListener(void *argument)
{
// J1939 decoding
// RELAY: Push to the UART queue
osMessageQueuePut(xUARTQueue, &message, 0U, 0U);
}
}