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

This commit is contained in:
Robin Müller 2023-03-31 17:12:11 +02:00
parent f16d92c1b1
commit 6c8eeeab31
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -294,7 +294,7 @@ void CcsdsIpCoreHandler::performPtmeUpdateWhenApplicable() {
updateBatPriorityFromParam();
updateContext.updateBatPrio = false;
}
ReturnValue_t result;
ReturnValue_t result = returnvalue::OK;
if (updateContext.updateClockRate) {
if (submode == static_cast<Submode_t>(com::CcsdsSubmode::DATARATE_DEFAULT)) {
com::Datarate currentDatarate = com::getCurrentDatarate();