We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d45445 commit e7de930Copy full SHA for e7de930
include/stream_buffer.h
@@ -65,9 +65,9 @@
65
/**
66
* Type of stream buffer. For internal use only.
67
*/
68
-#define sbTYPE_STREAM_BUFFER ( ( BaseType_t ) 0 )
69
-#define sbTYPE_MESSAGE_BUFFER ( ( BaseType_t ) 1 )
70
-#define sbTYPE_STREAM_BATCHING_BUFFER ( ( BaseType_t ) 2 )
+#define sbTYPE_STREAM_BUFFER ( ( BaseType_t ) 0 )
+#define sbTYPE_MESSAGE_BUFFER ( ( BaseType_t ) 1 )
+#define sbTYPE_STREAM_BATCHING_BUFFER ( ( BaseType_t ) 2 )
71
72
73
* Type by which stream buffers are referenced. For example, a call to
0 commit comments