Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -ref398e685d6cfbdcb8c18fd9319819672c6c9d89 -r7de21ac8b699cafdfeaefbf2c062c3e21bcc956d --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision ef398e685d6cfbdcb8c18fd9319819672c6c9d89) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 7de21ac8b699cafdfeaefbf2c062c3e21bcc956d) @@ -488,6 +488,9 @@ // MSG_ID_BLOOD_ROTOR_COUNT_OVERRIDE void handleHDBloodPumpRotorCountOverrideRequest( MESSAGE_T *message ); +// MSG_ID_DIALYSATE_INLET_PUMP_ROTOR_COUNT_OVERRIDE +void handleHDDialInPumpRotorCountOverrideRequest( MESSAGE_T *message ); + // MSG_ID_BLOOD_PUMP_MC_MEAS_SPEED_OVERRIDE void handleTestBloodPumpMCMeasuredSpeedOverrideRequest( MESSAGE_T *message ); @@ -830,9 +833,6 @@ // MSG_ID_HD_SEND_BLOOD_LEAK_EMB_MODE_RESPONSE BOOL sendBloodLeakEmbeddedModeCommandResponse( U32 responseLen, U08* response ); -// MSG_ID_HD_SEND_ALARMS_COMMAND -void handleResendAllAlarmsCommand( MESSAGE_T* message ); - // MSG_ID_HD_BLOOD_PUMP_SET_PWM void handleTestBloodPumpSetPWM( MESSAGE_T* message );