Index: firmware/App/Tasks/TaskBG.c =================================================================== diff -u -rc67def50892f9a7c2f1f22985b5351465a8f6773 -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Tasks/TaskBG.c (.../TaskBG.c) (revision c67def50892f9a7c2f1f22985b5351465a8f6773) +++ firmware/App/Tasks/TaskBG.c (.../TaskBG.c) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -50,11 +50,11 @@ { startUICommTimeout = getMSTimerCount(); -#ifndef _VECTORCAST_ // can't have infinite loop in unit test tool +#ifndef _VECTORCAST_ // Can't 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