Index: WatchdogMgmt.c =================================================================== diff -u -r03109dcf4d83b5d1bddbee79153a9b7bb7f028f2 -re8ab746b2c16710ba012665b29d44c755a7dab3e --- WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 03109dcf4d83b5d1bddbee79153a9b7bb7f028f2) +++ WatchdogMgmt.c (.../WatchdogMgmt.c) (revision e8ab746b2c16710ba012665b29d44c755a7dab3e) @@ -116,7 +116,7 @@ { BOOL allTasksCheckedIn; #ifdef _TD_ - PIN_SIGNAL_STATE_T safetyShutdownFeedbackSignal = getCPLDWatchdogExpired(); + PIN_SIGNAL_STATE_T safetyShutdownFeedbackSignal = getCPLDSafety(); #endif #ifdef _DD_ // TODO : clean up once we get the clarity @@ -220,7 +220,7 @@ // Waiting here for w.d. test period to prevent this task from checking in - watchdog should expire } #ifdef _TD_ -// if ( PIN_SIGNAL_LOW == getCPLDWatchdogExpired() ) +// if ( PIN_SIGNAL_LOW == getCPLDSafety() ) #else // if ( TBD ) #endif @@ -259,7 +259,7 @@ if ( TRUE == didTimeout( watchdogSelfTestTimerCount, WATCHDOG_RECOVERY_TIME_MS ) ) { // Verify watchdog expired signal no longer active #ifdef _TD_ -// if ( PIN_SIGNAL_HIGH == getCPLDWatchdogExpired() ) +// if ( PIN_SIGNAL_HIGH == getCPLDSafety() ) #else // if ( TBD ) #endif