Change variable name
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ void vCANLoggerListen(void *argument)
|
|||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
if (osMessageQueueGet(queue, &msg, NULL, osWaitForever) == osOK)
|
if (osMessageQueueGet(queue, &message, NULL, osWaitForever) == osOK)
|
||||||
{
|
{
|
||||||
// TODO: parse message send message to serial/uart
|
// TODO: parse message send message to serial/uart
|
||||||
// TODO: add rtos semaphore to blink the LED with the timer already set
|
// TODO: add rtos semaphore to blink the LED with the timer already set
|
||||||
|
|||||||
Reference in New Issue
Block a user