Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r402b16472dfa1ba3eff2b027a008305d2c5a6903 -r35c9e9bcd5678f0a2db8e51768d002ee10a5e624 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 402b16472dfa1ba3eff2b027a008305d2c5a6903) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 35c9e9bcd5678f0a2db8e51768d002ee10a5e624) @@ -124,7 +124,8 @@ MSG_ID_TD_BLOOD_PUMP_MEASURED_FLOW_RATE_OVERRIDE_REQUEST, MSG_ID_TD_BLOOD_PUMP_MEASURED_MOTOR_SPEED_OVERRIDE_REQUEST, MSG_ID_TD_BLOOD_PUMP_MEASURED_ROTOR_SPEED_OVERRIDE_REQUEST, - MSG_ID_TD_BLOOD_PUMP_ROTOR_COUNT_OVERRIDE_REQUEST + MSG_ID_TD_BLOOD_PUMP_ROTOR_COUNT_OVERRIDE_REQUEST, + MSG_ID_TD_PERISTALTIC_PUMP_SET_SPEED_REQUEST }; /// Message handling function table @@ -171,7 +172,8 @@ &testMeasuredBloodFlowRateOverride, &testMeasuredBloodPumpSpeedOverride, &testMeasuredBloodPumpRotorSpeedOverride, - &testBloodPumpRotorCountOverride + &testBloodPumpRotorCountOverride, + &testSetPeristalticPumpSetSpeed }; #define NUM_OF_FUNCTION_HANDLERS (sizeof(MSG_FUNCTION_HANDLERS) / sizeof(MsgFuncPtr))