Skip to content

Commit

Permalink
Paranthesize expression-like macro (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpluess authored Apr 28, 2023
1 parent c1980ce commit eb00a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/newlib-freertos.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#endif

#ifndef configSET_TLS_BLOCK
#define configSET_TLS_BLOCK( xTLSBlock ) _impure_ptr = &( xTLSBlock )
#define configSET_TLS_BLOCK( xTLSBlock ) ( _impure_ptr = &( xTLSBlock ) )
#endif

#ifndef configDEINIT_TLS_BLOCK
Expand Down

0 comments on commit eb00a53

Please sign in to comment.