mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
FC frame after sending and synchronous testing
This commit is contained in:
@@ -52,6 +52,8 @@ namespace sta
|
||||
{
|
||||
canBus_.send(msg);
|
||||
}
|
||||
|
||||
canBus_.tx_.processFrame();
|
||||
}
|
||||
|
||||
if (flags & STA_RTOS_CAN_FLAG_MSG_AVAIL)
|
||||
@@ -67,6 +69,9 @@ namespace sta
|
||||
}
|
||||
}
|
||||
|
||||
// Synchronus message check
|
||||
canBus_.processRx();
|
||||
|
||||
// Process ISOTP transmissions
|
||||
canBus_.processTx();
|
||||
}
|
||||
|
Reference in New Issue
Block a user