1
0
forked from fsfw/fsfw

rtems fixes taken over

This commit is contained in:
2020-12-14 21:15:41 +01:00
parent c1a156dde3
commit 6911f91744
16 changed files with 86 additions and 96 deletions

View File

@ -80,7 +80,7 @@ protected:
/**
* @brief The pointer to the deadline-missed function.
* @details This pointer stores the function that is executed if the task's deadline is missed.
* So, each may react individually on a timing failure. The pointer may be NULL,
* So, each may react individually on a timing failure. The pointer may be nullptr,
* then nothing happens on missing the deadline. The deadline is equal to the next execution
* of the periodic task.
*/