1
0
forked from fsfw/fsfw

removed debug outpuzt for missed deadline

This commit is contained in:
2020-09-29 14:27:31 +02:00
parent 1691d63169
commit 224248dfa1
2 changed files with 0 additions and 13 deletions

View File

@ -136,8 +136,4 @@ void PeriodicTask::handleMissedDeadline() {
if(deadlineMissedFunc != nullptr) {
this->deadlineMissedFunc();
}
#ifdef DEBUG
sif::warning << "PeriodicTask::handleMissedDeadline " << pcTaskGetName(NULL)
<< " missed deadline!\n" << std::flush;
#endif
}