Change variable name

This commit is contained in:
2026-06-14 14:18:40 +02:00
parent 7c7d774522
commit d6ea04e33e
+1 -1
View File
@@ -109,7 +109,7 @@ void vCANLoggerListen(void *argument)
for (;;)
{
if (osMessageQueueGet(queue, &msg, NULL, osWaitForever) == osOK)
if (osMessageQueueGet(queue, &message, NULL, osWaitForever) == osOK)
{
// TODO: parse message send message to serial/uart
// TODO: add rtos semaphore to blink the LED with the timer already set