WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 009700ce80 - Show all commits

View File

@ -453,7 +453,6 @@ ReturnValue_t cfdp::DestHandler::sendFinishedPdu() {
return result;
}
fsmRes.packetsSent++;
sif::info << "Sent finished PDU" << std::endl;
return OK;
}