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 c59ce22 commit 15e0364Copy full SHA for 15e0364
include/queue.h
@@ -995,7 +995,7 @@ void vQueueDelete( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
995
* @param pxHigherPriorityTaskWoken xQueueSendToFrontFromISR() will set
996
* *pxHigherPriorityTaskWoken to pdTRUE if sending to the queue caused a task
997
* to unblock, and the unblocked task has a priority higher than the currently
998
- * running task. If xQueueSendToFromFromISR() sets this value to pdTRUE then
+ * running task. If xQueueSendToFrontFromISR() sets this value to pdTRUE then
999
* a context switch should be requested before the interrupt is exited.
1000
*
1001
* @return pdTRUE if the data was successfully sent to the queue, otherwise
0 commit comments