Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -rb64c49fdcf2b6d95e61e63f8e258c4e600935bbd -rf43eb1e9e0803776ec7420b16e1db8760b020bd9 --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision b64c49fdcf2b6d95e61e63f8e258c4e600935bbd) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision f43eb1e9e0803776ec7420b16e1db8760b020bd9) @@ -15,7 +15,6 @@ **************************************************************************/ #include "CPLD.h" -#include "SafetyShutdown.h" #include "SystemCommMessages.h" #include "Timers.h" #include "WatchdogMgmt.h" @@ -112,7 +111,6 @@ if ( WATCHDOG_SELF_TEST_STATE_COMPLETE == watchdogSelfTestState ) { #ifndef DEBUG_ENABLED - activateSafetyShutdown(); // TODO - restore these - commented out now so that we don't get WD error with breakpoints while debugging activateAlarmNoData( ALARM_ID_WATCHDOG_EXPIRED ); #endif }