Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -re781d3b87509e75ae6a2bde6da3d5819b7b5a2da -r9dda32df52314738f8ef9a4753304d27cd27f878 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e781d3b87509e75ae6a2bde6da3d5819b7b5a2da) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9dda32df52314738f8ef9a4753304d27cd27f878) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 03-Nov-2022 +* @date (last) 11-Nov-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -494,6 +494,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 ); @@ -836,9 +839,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 );