Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -re781d3b87509e75ae6a2bde6da3d5819b7b5a2da -r4cc579577062113856fd266cb65b1ccbe33bb596 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e781d3b87509e75ae6a2bde6da3d5819b7b5a2da) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 4cc579577062113856fd266cb65b1ccbe33bb596) @@ -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 );