]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/stream_buffer.h
Update version numbers ready for release.
[freertos] / FreeRTOS / Source / include / stream_buffer.h
index 083924f823edaab5f94c7e6b8659482126a0740a..4268e4b576346ad9889007d598b26571627cb123 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.1.1\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
@@ -221,7 +221,7 @@ size_t xStreamBufferSend( StreamBufferHandle_t xStreamBuffer,
                           const void *pvTxData,\r
                           size_t xDataLengthBytes,\r
                           TickType_t xTicksToWait );\r
-<pre>\r
+</pre>\r
  *\r
  * Sends bytes to a stream buffer.  The bytes are copied into the stream buffer.\r
  *\r
@@ -318,7 +318,7 @@ size_t xStreamBufferSendFromISR( StreamBufferHandle_t xStreamBuffer,
                                  const void *pvTxData,\r
                                  size_t xDataLengthBytes,\r
                                  BaseType_t *pxHigherPriorityTaskWoken );\r
-<pre>\r
+</pre>\r
  *\r
  * Interrupt safe version of the API function that sends a stream of bytes to\r
  * the stream buffer.\r