Skip to content

Commit 15e0364

Browse files
RobertBergerRobert Bergerchinglee-iot
authored
xQueueSendToFromFromISR --> xQueueSendToFrontFromISR (#795)
Co-authored-by: Robert Berger <[email protected]> Co-authored-by: chinglee-iot <[email protected]>
1 parent c59ce22 commit 15e0364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ void vQueueDelete( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
995995
* @param pxHigherPriorityTaskWoken xQueueSendToFrontFromISR() will set
996996
* *pxHigherPriorityTaskWoken to pdTRUE if sending to the queue caused a task
997997
* to unblock, and the unblocked task has a priority higher than the currently
998-
* running task. If xQueueSendToFromFromISR() sets this value to pdTRUE then
998+
* running task. If xQueueSendToFrontFromISR() sets this value to pdTRUE then
999999
* a context switch should be requested before the interrupt is exited.
10001000
*
10011001
* @return pdTRUE if the data was successfully sent to the queue, otherwise

0 commit comments

Comments
 (0)