Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r9b64066d98f80589129c28618d07cf2c3645d1c9 -r32367866387722d779fa89d0a0bbe837e5dd4972 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 9b64066d98f80589129c28618d07cf2c3645d1c9) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 32367866387722d779fa89d0a0bbe837e5dd4972) @@ -7,8 +7,8 @@ * * @file SystemComm.c * -* @author (last) Michael Garthwaite -* @date (last) 12-Oct-2022 +* @author (last) Dara Navaei +* @date (last) 18-Oct-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -1376,6 +1376,10 @@ handleHDBloodPumpRotorCountOverrideRequest( message ); break; + case MSG_ID_DIALYSATE_INLET_PUMP_ROTOR_COUNT_OVERRIDE: + handleHDDialInPumpRotorCountOverrideRequest( message ); + break; + case MSG_ID_BLOOD_PUMP_HOME_CMD: handleTestBloodPumpHomeRequest( message ); break;