]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/include/MessageBufferDemo.h
Update copyright date ready for tagging V10.1.0.
[freertos] / FreeRTOS / Demo / Common / include / MessageBufferDemo.h
index bbc721599933d16b28c565c616bcfdb6ed2110a5..342a12982074c287c2e5d66aa6f47b812f594045 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
@@ -29,7 +28,7 @@
 #ifndef MESSAGE_BUFFER_TEST_H\r
 #define MESSAGE_BUFFER_TEST_H\r
 \r
-void vStartMessageBufferTasks( void );\r
+void vStartMessageBufferTasks( configSTACK_DEPTH_TYPE xStackSize  );\r
 BaseType_t xAreMessageBufferTasksStillRunning( void );\r
 \r
 #endif /* MESSAGE_BUFFER_TEST_H */\r