some updates for pdec and EM syrlinks tests

This commit is contained in:
2022-10-31 18:45:39 +01:00
parent 3f3162fb36
commit e5fd62a121
5 changed files with 12 additions and 4 deletions

View File

@ -437,7 +437,6 @@ void PdecHandler::handleNewTc() {
printTC(tcLength);
#endif /* OBSW_DEBUG_PDEC_HANDLER */
#if OBSW_TC_FROM_PDEC == 1
store_address_t storeId;
result = tcStore->addData(&storeId, tcSegment + 1, tcLength - 1);
if (result != returnvalue::OK) {
@ -455,7 +454,6 @@ void PdecHandler::handleNewTc() {
tcStore->deleteData(storeId);
return;
}
#endif /* OBSW_TC_FROM_PDEC == 1 */
return;
}