Merge pull request 'Implement CAN bus reading with CMSIS-RTOS-V2' (#14) from j1939 into main #14
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user