Minor synching - no functional changes.

This commit is contained in:
Richard Barry 2018-09-07 22:24:51 +00:00
parent ab49c6ae04
commit 0c0f0d0f8f
5 changed files with 16 additions and 16 deletions

View file

@ -94,7 +94,7 @@ zero. */
* Items are queued by copy, not reference. See the following link for the
* rationale: https://www.freertos.org/Embedded-RTOS-Queues.html
*/
typedef struct QueueDefinition /* Using old naming convention so as not to break kernel aware debuggers. */
typedef struct QueueDefinition /* The old naming convention is used to prevent breaking kernel aware debuggers. */
{
int8_t *pcHead; /*< Points to the beginning of the queue storage area. */
int8_t *pcWriteTo; /*< Points to the free next place in the storage area. */