Remove compiler warnings.
This commit is contained in:
@ -150,6 +150,11 @@
|
||||
<type>1</type>
|
||||
<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/GenQTest.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>Source/Full-Demo/Common-Demo-Source/QueueOverwrite.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FreeRTOS_ROOT/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>Source/Full-Demo/Common-Demo-Source/TimerDemo.c</name>
|
||||
<type>1</type>
|
||||
|
@ -151,7 +151,7 @@ version. */
|
||||
|
||||
#ifdef __ICCARM__
|
||||
void vAssertCalled( const char *pcFile, unsigned long ulLine );
|
||||
#define configASSERT( x ) if( x == 0 ) vAssertCalled( __FILE__, __LINE__ );
|
||||
#define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled( __FILE__, __LINE__ );
|
||||
#endif
|
||||
|
||||
#endif /* FREERTOS_CONFIG_H */
|
||||
|
Reference in New Issue
Block a user