Index: App/Tasks/TaskBG.c =================================================================== diff -u -r9aec79f151c686b730888c98f70f53ad958fe9b5 -ra6a0347eb72d17d8534fabc64fe410bbb1e8911e --- App/Tasks/TaskBG.c (.../TaskBG.c) (revision 9aec79f151c686b730888c98f70f53ad958fe9b5) +++ App/Tasks/TaskBG.c (.../TaskBG.c) (revision a6a0347eb72d17d8534fabc64fe410bbb1e8911e) @@ -29,7 +29,9 @@ *************************************************************************/ void taskBackground( void ) { +#ifndef _VECTORCAST_ // can't have infinite loop in unit test tool while ( 1 ) +#endif { // manage the watchdog execWatchdogMgmt();