| commit | eb00a535a1bcfb4bb4570ff018fd3aa3e6ddade1 | [log] [tgz] |
|---|---|---|
| author | tcpluess <tpluess@ieee.org> | Fri Apr 28 23:05:56 2023 +0200 |
| committer | GitHub <noreply@github.com> | Fri Apr 28 14:05:56 2023 -0700 |
| tree | df587c1dd5ac8208d018ef95885f39408eea891c | |
| parent | c1980cedb110e3826fbf22d93fccaa2ca3d9daf8 [diff] |
Paranthesize expression-like macro (#668)
diff --git a/include/newlib-freertos.h b/include/newlib-freertos.h index 497ca52..a65e62e 100644 --- a/include/newlib-freertos.h +++ b/include/newlib-freertos.h
@@ -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