Update version numbers ready for release.

This commit is contained in:
Richard Barry 2018-09-07 18:13:20 +00:00
parent 1a235efd2b
commit 92ae8e7aff
1412 changed files with 1429 additions and 1421 deletions

View file

@ -1,5 +1,5 @@
/*
* FreeRTOS Kernel V10.1.0
* FreeRTOS Kernel V10.1.1
* Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
@ -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
typedef struct QueueDefinition /* Using old naming convention so as not to break 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. */