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
@ -73,7 +73,7 @@ or interrupt version of the queue send function should be used. */
* reference the subject timer in calls to other software timer API functions
* (for example, xTimerStart(), xTimerReset(), etc.).
*/
struct tmrTimerControl;
struct tmrTimerControl; /* Using old naming convention so as not to break kernel aware debuggers. */
typedef struct tmrTimerControl * TimerHandle_t;
/*