Index: WatchdogMgmt.c =================================================================== diff -u -rb16fb44ffe64e6ceb3e182d11485c3bb75dbad8f -r722e82fef4304c492a37a0330cd80cb5946e57ca --- WatchdogMgmt.c (.../WatchdogMgmt.c) (revision b16fb44ffe64e6ceb3e182d11485c3bb75dbad8f) +++ WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 722e82fef4304c492a37a0330cd80cb5946e57ca) @@ -153,7 +153,7 @@ #endif #ifdef _RO_ // Check to see if watchdog has expired or safety shutdown feedback does not match s/w command (only after POST completed) - if ( ( safetyShutdownSoftwareCmd != safetyShutdownFeedbackSignal ) && ( getCurrentOperationMode() != MODE_INIT ) ) + if ( ( safetyShutdownSoftwareCmd != safetyShutdownFeedbackSignal ) && ( getCurrentOperationMode() != RO_MODE_INIT ) ) #endif { if ( ( PIN_SIGNAL_LOW == safetyShutdownFeedbackSignal ) || ( TRUE == didTimeout( safetyShutdownFeedbackMismatchTS, MAX_SAFETY_SHUTDOWN_MISMATCH_MS ) ) )