important bugfix for CRC calculation
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-08-18 15:32:24 +02:00
parent 732602a4cc
commit ec47d7eeef
5 changed files with 66 additions and 45 deletions

View File

@ -907,7 +907,7 @@ ReturnValue_t PlocSupervisorHandler::handleAckReport(const uint8_t* data) {
AcknowledgmentReport ack(data, SIZE_ACK_REPORT);
result = ack.checkSize();
if(result != RETURN_OK) {
if (result != RETURN_OK) {
return result;
}