diff options
| author | hathach <[email protected]> | 2018-05-17 16:06:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-05-17 16:06:57 +0700 |
| commit | 6528460563ddf160d45562cd6807ec941dc57968 (patch) | |
| tree | b209de70b6e55bceab11dea89b4b647e64cc969e /lib/FreeRTOS/Source/include/queue.h | |
| parent | 7030d64a95138482c2537f3a1280c94ce36a3c10 (diff) | |
update freeRTOS to v10.0.1
Diffstat (limited to 'lib/FreeRTOS/Source/include/queue.h')
| -rw-r--r-- | lib/FreeRTOS/Source/include/queue.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/FreeRTOS/Source/include/queue.h b/lib/FreeRTOS/Source/include/queue.h index 916498e52..a23fa1e62 100644 --- a/lib/FreeRTOS/Source/include/queue.h +++ b/lib/FreeRTOS/Source/include/queue.h @@ -1,5 +1,5 @@ /* - * FreeRTOS Kernel V10.0.0 + * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -10,8 +10,7 @@ * subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. If you wish to use our Amazon - * FreeRTOS name, please do so in a fair use way that does not cause confusion. + * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
