File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ void vTaskDelete( TaskHandle_t xTaskToDelete ) PRIVILEGED_FUNCTION;
757757 * period of 100 ticks will cause the task to unblock 100 ticks after
758758 * vTaskDelay() is called. vTaskDelay() does not therefore provide a good method
759759 * of controlling the frequency of a periodic task as the path taken through the
760- * code, as well as other task and interrupt activity, will effect the frequency
760+ * code, as well as other task and interrupt activity, will affect the frequency
761761 * at which vTaskDelay() gets called and therefore the time at which the task
762762 * next executes. See xTaskDelayUntil() for an alternative API function designed
763763 * to facilitate fixed frequency execution. It does this by specifying an
You can’t perform that action at this time.
0 commit comments