Index: Integrity.c =================================================================== diff -u -r57b76af2edf0f845fec8bfef5cd126a41223b58c -r417364f7b9c1aaf4da8fbfd81ec2dfde34277ce2 --- Integrity.c (.../Integrity.c) (revision 57b76af2edf0f845fec8bfef5cd126a41223b58c) +++ Integrity.c (.../Integrity.c) (revision 417364f7b9c1aaf4da8fbfd81ec2dfde34277ce2) @@ -18,6 +18,7 @@ #include #include "Integrity.h" +#include "SafetyShutdown.h" #include "Utilities.h" /** @@ -88,6 +89,7 @@ if ( TRUE != integrityStatus ) { integrityTestStatus = SELF_TEST_STATUS_FAILED; + activateSafetyShutdown(); #ifdef _DG_ activateAlarmNoData( ALARM_ID_DG_INTEGRITY_POST_TEST_FAILED ); #else