Index: WatchdogMgmt.c =================================================================== diff -u -r4e16a1c22b73b14cfd62cce4f07a1b9086c55dd7 -r809103b805b84e80dda7e3dd1e77a52330610666 --- WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 4e16a1c22b73b14cfd62cce4f07a1b9086c55dd7) +++ WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 809103b805b84e80dda7e3dd1e77a52330610666) @@ -24,7 +24,7 @@ #include "SafetyShutdown.h" #endif #ifdef _RO_ -#include "FpgaRO.h" +#include "FpgaFP.h" #include "SafetyShutdown.h" #endif //#include "InternalADC.h" @@ -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() != RO_MODE_INIT ) ) + if ( ( safetyShutdownSoftwareCmd != safetyShutdownFeedbackSignal ) && ( getCurrentOperationMode() != FP_MODE_INIT ) ) #endif { if ( ( PIN_SIGNAL_LOW == safetyShutdownFeedbackSignal ) || ( TRUE == didTimeout( safetyShutdownFeedbackMismatchTS, MAX_SAFETY_SHUTDOWN_MISMATCH_MS ) ) )