Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r0687e1ce03e73a64c51cde7a6c8216bec7187fc7 -r59c5e4243a25a96bf9a2e9b0ef0e1b4958f9d534 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 0687e1ce03e73a64c51cde7a6c8216bec7187fc7) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 59c5e4243a25a96bf9a2e9b0ef0e1b4958f9d534) @@ -38,6 +38,7 @@ #include "PistonPumpControl.h" #endif #include "Pressure.h" +#include "SafetyShutdown.h" #include "SystemCommDD.h" #include "Temperature.h" #include "TDInterface.h" @@ -163,6 +164,7 @@ { MSG_ID_DD_STOP_PRE_GEN_DIALYSATE_MODE_OVERRIDE_REQUEST, &testDDStopPreGenDialysateOverride }, { MSG_ID_DD_STOP_GEN_DIALYSATE_MODE_OVERRIDE_REQUEST, &testDDStopGenDialysateOverride }, { MSG_ID_FW_VERSIONS_REQUEST, &handleVersionRequestMessage }, + { MSG_ID_DD_SAFETY_SHUTDOWN_OVERRIDE_REQUEST, &testSetResetSafetyShutdownOverride }, #ifdef __PUMPTEST__ { MSG_ID_DD_PISTON_PUMP_DATA_PUBLISH_OVERRIDE_REQUEST, &testDDPistonPumpControlDataPublishIntervalOverride }, { MSG_ID_DD_PISTON_PUMP_START_STOP_OVERRIDE_REQUEST, &testDDPistonPumpStartStopOverride },