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 005de3f commit 055586fCopy full SHA for 055586f
src/message_buffer.h
@@ -66,7 +66,7 @@
66
#error "include Arduino_FreeRTOS.h must appear in source files before include message_buffer.h"
67
#endif
68
69
-/* Message buffers are built onto of stream buffers. */
+/* Message buffers are built on top of stream buffers. */
70
#include "stream_buffer.h"
71
72
#if defined( __cplusplus )
src/portmacro.h
@@ -55,7 +55,7 @@ typedef portSTACK_TYPE StackType_t;
55
typedef signed char BaseType_t;
56
typedef unsigned char UBaseType_t;
57
58
-#if( configUSE_16_BIT_TICKS == 1 )
+#if configUSE_16_BIT_TICKS == 1
59
typedef uint16_t TickType_t;
60
#define portMAX_DELAY ( TickType_t ) 0xffff
61
#else
0 commit comments