working, remove some old unrequired code

This commit is contained in:
2023-05-30 19:06:59 +02:00
parent f3cc406495
commit 9921522ce0
2 changed files with 0 additions and 12 deletions

View File

@ -24,13 +24,7 @@ ReturnValue_t PersistentSingleTmStoreTask::performOperation(uint8_t opCode) {
if (not busy) {
TaskFactory::delayTask(100);
} else if (dumpContext.vcBusyDuringDump) {
sif::debug << "VC busy, delaying" << std::endl;
// TODO: Might not be necessary
TaskFactory::delayTask(10);
} else {
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
// Polling the PAPB of the PTME core too often leads to scheuduling issues.
// TaskFactory::delayTask(2);
}
}
}