mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
parenthesize expression-like macro (#592)
* parenthesize expression-like macro * fixed wrong indentation
This commit is contained in:
parent
b3b097b4c7
commit
04dfb70db4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue