fix defines in doc

This commit is contained in:
Zim Kalinowski
2021-08-29 21:02:33 +08:00
parent b63ec47238
commit 13360ab126
6 changed files with 21 additions and 21 deletions

View File

@@ -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;