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.
1 parent 4633870 commit 1d86b97Copy full SHA for 1d86b97
include/task.h
@@ -757,7 +757,7 @@ void vTaskDelete( TaskHandle_t xTaskToDelete ) PRIVILEGED_FUNCTION;
757
* period of 100 ticks will cause the task to unblock 100 ticks after
758
* vTaskDelay() is called. vTaskDelay() does not therefore provide a good method
759
* 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
+ * code, as well as other task and interrupt activity, will affect the frequency
761
* at which vTaskDelay() gets called and therefore the time at which the task
762
* next executes. See xTaskDelayUntil() for an alternative API function designed
763
* to facilitate fixed frequency execution. It does this by specifying an
0 commit comments