Minor updates to fix issues with the Segger kernel aware plug since V10.1.0.

This commit is contained in:
Richard Barry 2018-08-28 18:10:42 +00:00
parent 9bda04b472
commit 0d6e3df7ec
3 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ extern "C" {
* returns an QueueHandle_t variable that can then be used as a parameter to
* xQueueSend(), xQueueReceive(), etc.
*/
struct QueueDefinition;
struct QueueDefinition; /* Using old naming convention so as not to break kernel aware debuggers. */
typedef struct QueueDefinition * QueueHandle_t;
/**