Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -rd3ae2d91603ae6d2d25b9abdb220cc144cf90692 -r5bec978fa9cce89bbf8c559f0844b7528a10c0d1 --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision d3ae2d91603ae6d2d25b9abdb220cc144cf90692) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 5bec978fa9cce89bbf8c559f0844b7528a10c0d1) @@ -104,7 +104,7 @@ petWatchdog(); resetWDTaskCheckIns(); } - +#ifndef RM46_EVAL_BOARD_TARGET // check to see if watchdog has expired #ifndef BREADBOARD_TARGET if ( getCPLDWatchdogExpired() == PIN_SIGNAL_LOW ) @@ -120,8 +120,10 @@ #endif } } +#endif } + /************************************************************************* * @brief checkInWithWatchdogMgmt * The checkInWithWatchdogMgmt function checks a given task in with the \n