mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Demo: fix trace vs coverage options, add option no trace on enter
This commit is contained in:
parent
b6624fa44d
commit
6881522370
4 changed files with 56 additions and 31 deletions
|
|
@ -141,7 +141,7 @@ extern void vAssertCalled( const char * const pcFileName,
|
|||
|
||||
/* To test builds that remove the static qualifier for debug builds. */
|
||||
#define portREMOVE_STATIC_QUALIFIER
|
||||
#else /* if ( projCOVERAGE_TEST == 1 ) */
|
||||
#else /* if ( projCOVERAGE_TEST == 1 ) */
|
||||
|
||||
/* It is a good idea to define configASSERT() while developing. configASSERT()
|
||||
* uses the same semantics as the standard C assert() macro. Don't define
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue