Index: App/Services/WatchdogMgmt.c =================================================================== diff -u -r833095dbbe2b21a989b05f48bd7ddc390ad964cb -r29f1ba03faefd982327916590818a260a3e4aa48 --- App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 833095dbbe2b21a989b05f48bd7ddc390ad964cb) +++ App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 29f1ba03faefd982327916590818a260a3e4aa48) @@ -245,13 +245,10 @@ *************************************************************************/ static void petWatchdog( void ) { -// ***************************** TEST CODE ****************************** -// TODO - remove disabling of watchdog pet later -#if 0 // TODO - this is temporary test code - restore watchdog pet later +#ifndef RM46_EVAL_BOARD_TARGET // pulse the watchdog signal toggleCPLDWatchdog(); #endif -// ************************** END TEST CODE ****************************** // remember when we last pet the watchdog lastWatchdogPetTime = getMSTimerCount();