1
0
forked from fsfw/fsfw

added new static function to print missed deadline

This commit is contained in:
2021-02-22 18:43:09 +01:00
parent e013ae954f
commit 1443758274
5 changed files with 43 additions and 0 deletions

View File

@ -49,5 +49,11 @@ ReturnValue_t TaskFactory::delayTask(uint32_t delayMs) {
return HasReturnvaluesIF::RETURN_OK;
}
void TaskFactory::printMissedDeadline() {
/* TODO: Implement */
return;
}
TaskFactory::TaskFactory() {
}