From d6ea04e33ed63cfc8b696ddfbe82d409c75fb860 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Sun, 14 Jun 2026 14:18:40 +0200 Subject: [PATCH] Change variable name --- Core/Src/canlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/canlog.c b/Core/Src/canlog.c index 85a5a6f..21e3395 100644 --- a/Core/Src/canlog.c +++ b/Core/Src/canlog.c @@ -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