1
0
forked from fsfw/fsfw

bugfix and printout improvement

This commit is contained in:
2021-03-18 00:01:29 +01:00
parent b41eb518e7
commit a4ca61d834
2 changed files with 4 additions and 5 deletions

View File

@ -54,7 +54,6 @@ ReturnValue_t InternalErrorReporter::performOperation(uint8_t opCode) {
#endif
PoolReadGuard readGuard(&internalErrorDataset);
internalErrorDataset.read(timeoutType, timeoutMs);
if(readGuard.getReadResult() == HasReturnvaluesIF::RETURN_OK) {
internalErrorDataset.queueHits.value += newQueueHits;
internalErrorDataset.storeHits.value += newStoreHits;