mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 03:58:12 +00:00
fix defines in doc
This commit is contained in:
@@ -187,8 +187,8 @@ typedef struct QueueDefinition * QueueSetMemberHandle_t;
|
||||
* char ucData[ 20 ];
|
||||
* };
|
||||
*
|
||||
* \#define QUEUE_LENGTH 10
|
||||
* \#define ITEM_SIZE sizeof( uint32_t )
|
||||
* #define QUEUE_LENGTH 10
|
||||
* #define ITEM_SIZE sizeof( uint32_t )
|
||||
*
|
||||
* // xQueueBuffer will hold the queue structure.
|
||||
* StaticQueue_t xQueueBuffer;
|
||||
|
Reference in New Issue
Block a user