parenthesize expression-like macro (#592)

* parenthesize expression-like macro

* fixed wrong indentation
pull/591/head^2
tcpluess 2 years ago committed by GitHub
parent b3b097b4c7
commit 04dfb70db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save