meier/uioMapper #543

Merged
mohr merged 9 commits from meier/uioMapper into development 2022-02-14 14:50:52 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 120750f22a - Show all commits

View File

@ -54,7 +54,6 @@ ReturnValue_t UioMapper::getMapSize(size_t* size) {
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "UioMapper::getMapSize: Failed to open file " << namestream.str() << std::endl;
#endif
fclose(fp);
return HasReturnvaluesIF::RETURN_FAILED;
}
char hexstring[SIZE_HEX_STRING] = "";