mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Correct out of date comment in tasks.c.
Fix typo in comment in queue.h.
This commit is contained in:
parent
13651934be
commit
0fe82b4d91
2 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ typedef void * QueueSetMemberHandle_t;
|
|||
/**
|
||||
* queue. h
|
||||
* <pre>
|
||||
BaseType_t xQueueSendToToFront(
|
||||
BaseType_t xQueueSendToFront(
|
||||
QueueHandle_t xQueue,
|
||||
const void *pvItemToQueue,
|
||||
TickType_t xTicksToWait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue