Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r18981bf79f6c19a1822f003084e80547c21cdb62 -r91cb323e304dd3766cde30d49475d153b7038c8c --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 18981bf79f6c19a1822f003084e80547c21cdb62) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 91cb323e304dd3766cde30d49475d153b7038c8c) @@ -168,6 +168,7 @@ { MSG_ID_TD_SET_TEST_CONFIGURATION, &testSetTestConfiguration }, { MSG_ID_TD_GET_TEST_CONFIGURATION, &testGetTestConfiguration }, { MSG_ID_TD_RESET_ALL_TEST_CONFIGURATIONS, &testResetAllTestConfigurations }, + { MSG_ID_TD_HARD_STOP_BLOOD_PUMP, &testHardStopBloodPump }, { MSG_ID_TD_AIR_PUMP_POWER_RAISE_OVERRIDE_REQUEST, &testAirPumpPowerRaiseOverride }, { MSG_ID_TD_AIR_PUMP_POWER_LOWER_OVERRIDE_REQUEST, &testAirPumpPowerLowerOverride }, { MSG_ID_TD_HARD_STOP_BLOOD_PUMP, &testHardStopBloodPump }