Skip to content

Commit 04dfb70

Browse files
authored
parenthesize expression-like macro (#592)
* parenthesize expression-like macro * fixed wrong indentation
1 parent b3b097b commit 04dfb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/FreeRTOS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
#endif
9595

9696
#ifndef configSET_TLS_BLOCK
97-
#define configSET_TLS_BLOCK( xTLSBlock ) _impure_ptr = &( xTLSBlock )
97+
#define configSET_TLS_BLOCK( xTLSBlock ) ( _impure_ptr = &( xTLSBlock ) )
9898
#endif
9999

100100
#ifndef configDEINIT_TLS_BLOCK

0 commit comments

Comments
 (0)