some bugfixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-08-19 15:49:22 +02:00
parent 4aad06469d
commit 0ea993e16b
6 changed files with 39 additions and 41 deletions

View File

@ -172,7 +172,7 @@ class PlocMPSoCHandler : public DeviceHandlerBase, public CommandsActionsIF {
ReturnValue_t prepareTcReplayWriteSequence(const uint8_t* commandData, size_t commandDataLen);
ReturnValue_t prepareTcCamCmdSend(const uint8_t* commandData, size_t commandDataLen);
ReturnValue_t prepareTcModeIdle();
void finishTcPrep();
void finishTcPrep(size_t packetLen);
/**
* @brief This function checks the crc of the received PLOC reply.