Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r7218f3c5a0afef9ebbf47655a00f37fc2eefd0f9 -ra4e46c97c83207cc4babf4caad15160ff329507b --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 7218f3c5a0afef9ebbf47655a00f37fc2eefd0f9) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision a4e46c97c83207cc4babf4caad15160ff329507b) @@ -25,6 +25,7 @@ #include "InternalADC.h" #include "OperationModes.h" #include "PIControllers.h" +#include "SafetyShutdown.h" #include "SystemCommMessages.h" #include "TaskGeneral.h" #include "TaskPriority.h" @@ -901,6 +902,7 @@ { #ifndef DISABLE_PUMP_SPEED_CHECKS SET_ALARM_WITH_2_F32_DATA( ALARM_ID_DIAL_OUT_PUMP_ROTOR_SPEED_CHECK, measRotorSpeed, measMotorSpeed ); + activateSafetyShutdown(); #endif } }