Index: App/Services/WatchdogMgmt.c =================================================================== diff -u -r9aec79f151c686b730888c98f70f53ad958fe9b5 -rc91e9da338d92432930d3589a4055ebbb404c6cb --- App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 9aec79f151c686b730888c98f70f53ad958fe9b5) +++ App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision c91e9da338d92432930d3589a4055ebbb404c6cb) @@ -245,8 +245,13 @@ *************************************************************************/ static void petWatchdog( void ) { +// ***************************** TEST CODE ****************************** +// TODO - remove later +#if 0 // TODO - this is temporary test code - restore watchdog pet later // pulse the watchdog signal toggleCPLDWatchdog(); +#endif +// ************************** END TEST CODE ****************************** // remember when we last pet the watchdog lastWatchdogPetTime = getMSTimerCount();