WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit 79e7fee807 - Show all commits

View File

@ -115,7 +115,6 @@ ReturnValue_t TmTcBridge::storeDownlinkData(TmTcMessage *message) {
}
storeId = message->getStorageId();
fifo.insert(storeId);
//storageIdBufferCounter ++;
tmStored = true;
return RETURN_OK;
}