Demo: fix trace vs coverage options, add option no trace on enter

This commit is contained in:
Alfred Gedeon 2021-05-28 16:36:07 -07:00 committed by alfred gedeon
parent b6624fa44d
commit 6881522370
4 changed files with 56 additions and 31 deletions

View file

@ -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