Skip to content

Commit 8e9dad5

Browse files
authored
Merge branch 'main' into adjust_CR5_port_fpu_config
2 parents d285575 + 04dfb70 commit 8e9dad5

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)