mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Add parentheses for configASSERT_DEFINED
This commit is contained in:
parent
e37d32b3f4
commit
893a1ed289
61 changed files with 61 additions and 61 deletions
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
/* If CONFIG_FREERTOS_ASSERT_DISABLE is set then configASSERT is defined empty later in FreeRTOS.h and the macro */
|
||||
/* configASSERT_DEFINED remains unset (meaning some warnings are avoided) */
|
||||
#if configASSERT_DEFINED == 1
|
||||
#if ( configASSERT_DEFINED == 1 )
|
||||
#undef configASSERT
|
||||
#if defined( CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE )
|
||||
#define configASSERT( a ) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue