We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 943af42 + 536914b commit 0052fdeCopy full SHA for 0052fde
include/task.h
@@ -897,7 +897,8 @@ void vTaskDelay( const TickType_t xTicksToDelay ) PRIVILEGED_FUNCTION;
897
*
898
* @return Value which can be used to check whether the task was actually delayed.
899
* Will be pdTRUE if the task way delayed and pdFALSE otherwise. A task will not
900
- * be delayed if the next expected wake time is in the past.
+ * be delayed if the next expected wake time is in the past. This prevents periodic
901
+ * tasks from accumulating delays and allows them to resume their regular timing pattern.
902
903
* Example usage:
904
* @code{c}
0 commit comments