diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index 86e4dbde1..ab15190af 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -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