Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -re781d3b87509e75ae6a2bde6da3d5819b7b5a2da -r9dda32df52314738f8ef9a4753304d27cd27f878 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision e781d3b87509e75ae6a2bde6da3d5819b7b5a2da) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 9dda32df52314738f8ef9a4753304d27cd27f878) @@ -8,7 +8,7 @@ * @file SystemComm.c * * @author (last) Dara Navaei -* @date (last) 18-Oct-2022 +* @date (last) 11-Nov-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -1380,6 +1380,10 @@ handleHDBloodPumpRotorCountOverrideRequest( message ); break; + case MSG_ID_HD_DIALYSATE_INLET_PUMP_ROTOR_COUNT_OVERRIDE: + handleHDDialInPumpRotorCountOverrideRequest( message ); + break; + case MSG_ID_BLOOD_PUMP_HOME_CMD: handleTestBloodPumpHomeRequest( message ); break;