1
0
forked from fsfw/fsfw

removed dbeug printout

This commit is contained in:
2020-09-29 14:29:57 +02:00
parent 22d9b77165
commit 7dbb73b7d8
2 changed files with 0 additions and 13 deletions

View File

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