Acquire DMA semaphore before transmitting UART

This commit is contained in:
2026-06-24 13:45:11 +02:00
parent fe89d8222d
commit 54d7dfcfba
2 changed files with 13 additions and 7 deletions
+1
View File
@@ -129,6 +129,7 @@ void vCANListener(void *argument)
osMessageQueuePut(xUARTQueue, &message, 0U, 0U);
}
else DEBUG_PRINT("LALALLALA CIAOOOOOO c:\r\n");
}
}
/* END vCANListener */