Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r231665843bcb057cab17d967fa1543d94a66c9df -r85abcc73b95245c5fbd0effd6826604a3f8887e6 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 231665843bcb057cab17d967fa1543d94a66c9df) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 85abcc73b95245c5fbd0effd6826604a3f8887e6) @@ -1376,7 +1376,7 @@ handleHDBloodPumpRotorCountOverrideRequest( message ); break; - case MSG_ID_DIALYSATE_INLET_PUMP_ROTOR_COUNT_OVERRIDE: + case MSG_ID_HD_DIALYSATE_INLET_PUMP_ROTOR_COUNT_OVERRIDE: handleHDDialInPumpRotorCountOverrideRequest( message ); break;