Index: firmware/App/Tasks/TaskBG.c =================================================================== diff -u -rc67def50892f9a7c2f1f22985b5351465a8f6773 -r911f6526ec3ba03ba0131681c7fb371c0abda6bb --- firmware/App/Tasks/TaskBG.c (.../TaskBG.c) (revision c67def50892f9a7c2f1f22985b5351465a8f6773) +++ firmware/App/Tasks/TaskBG.c (.../TaskBG.c) (revision 911f6526ec3ba03ba0131681c7fb371c0abda6bb) @@ -50,11 +50,11 @@ { startUICommTimeout = getMSTimerCount(); -#ifndef _VECTORCAST_ // can't have infinite loop in unit test tool +#ifndef _VECTORCAST_ // Cannot have infinite loop in unit test tool while ( 1 ) #endif { - // wait for UI to come up after power up + // Wait for UI to come up after power up if ( FALSE == uiCommunicated() ) { #ifndef SIMULATE_UI @@ -65,7 +65,7 @@ #endif } - // manage the watchdog + // Manage the watchdog execWatchdogMgmt(); // Manage Non-volatile data manager