CFDP SOURCE handler #157

Merged
muellerr merged 107 commits from cfdp-source-handler into develop 2023-10-19 10:59:55 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0fc2c7b5e9 - Show all commits

View File

@ -103,7 +103,7 @@ cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::fsmNacked() {
cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::stateMachine() {
fsmResult.packetsSent = 0;
fsmResult.errors = 0;gits
fsmResult.errors = 0;
if (state == cfdp::CfdpState::IDLE) {
return fsmResult;
}