mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-22 01:46:37 +08:00
parenthesize expression-like macro (#592)
* parenthesize expression-like macro * fixed wrong indentation
This commit is contained in:
@ -94,7 +94,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef configSET_TLS_BLOCK
|
#ifndef configSET_TLS_BLOCK
|
||||||
#define configSET_TLS_BLOCK( xTLSBlock ) _impure_ptr = &( xTLSBlock )
|
#define configSET_TLS_BLOCK( xTLSBlock ) ( _impure_ptr = &( xTLSBlock ) )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef configDEINIT_TLS_BLOCK
|
#ifndef configDEINIT_TLS_BLOCK
|
||||||
|
Reference in New Issue
Block a user