mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
Minor comment addition to queue.h.
This commit is contained in:
parent
553a8389cc
commit
0e133bc0fc
|
@ -68,7 +68,11 @@ extern "C" {
|
|||
|
||||
#include "mpu_wrappers.h"
|
||||
|
||||
|
||||
/**
|
||||
* Type by which queues are referenced. For example, a call to xQueueCreate
|
||||
* returns (via a pointer parameter) an xQueueHandle variable that can then
|
||||
* be used as a parameter to xQueueSend(), xQueueReceive(), etc.
|
||||
*/
|
||||
typedef void * xQueueHandle;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue