Skip to content

Commit 055586f

Browse files
committed
freertos - whitespace
1 parent 005de3f commit 055586f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/message_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#error "include Arduino_FreeRTOS.h must appear in source files before include message_buffer.h"
6767
#endif
6868

69-
/* Message buffers are built onto of stream buffers. */
69+
/* Message buffers are built on top of stream buffers. */
7070
#include "stream_buffer.h"
7171

7272
#if defined( __cplusplus )

src/portmacro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ typedef portSTACK_TYPE StackType_t;
5555
typedef signed char BaseType_t;
5656
typedef unsigned char UBaseType_t;
5757

58-
#if( configUSE_16_BIT_TICKS == 1 )
58+
#if configUSE_16_BIT_TICKS == 1
5959
typedef uint16_t TickType_t;
6060
#define portMAX_DELAY ( TickType_t ) 0xffff
6161
#else

0 commit comments

Comments
 (0)