]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/stack_macros.h
Update copyright date ready for tagging V10.1.0.
[freertos] / FreeRTOS / Source / include / stack_macros.h
index 3add7d13cbffb5225016779d9c2bcde6570f2ec7..c54ab6fc6f52559dacc82420564862a40f3f206a 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.0.0\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.1.0\r
+ * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -10,8 +10,7 @@
  * subject to the following conditions:\r
  *\r
  * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software. If you wish to use our Amazon\r
- * FreeRTOS name, please do so in a fair use way that does not cause confusion.\r
+ * copies or substantial portions of the Software.\r
  *\r
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
                const uint32_t * const pulStack = ( uint32_t * ) pxCurrentTCB->pxStack;                                                 \\r
                const uint32_t ulCheckValue = ( uint32_t ) 0xa5a5a5a5;                                                                                  \\r
                                                                                                                                                                                                                \\r
-               if( ( pulStack[ 0 ] != ulCheckValue ) ||                                                                                                \\r
-                       ( pulStack[ 1 ] != ulCheckValue ) ||                                                                                            \\r
-                       ( pulStack[ 2 ] != ulCheckValue ) ||                                                                                            \\r
-                       ( pulStack[ 3 ] != ulCheckValue ) )                                                                                             \\r
+               if( ( pulStack[ 0 ] != ulCheckValue ) ||                                                                                                                \\r
+                       ( pulStack[ 1 ] != ulCheckValue ) ||                                                                                                            \\r
+                       ( pulStack[ 2 ] != ulCheckValue ) ||                                                                                                            \\r
+                       ( pulStack[ 3 ] != ulCheckValue ) )                                                                                                                     \\r
                {                                                                                                                                                                                               \\r
                        vApplicationStackOverflowHook( ( TaskHandle_t ) pxCurrentTCB, pxCurrentTCB->pcTaskName );       \\r
                }                                                                                                                                                                                               \\r