Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r044d8892373acc5545020aab894cd1943c4d7449 -r8791132fbfcb8fa25fb11a9ab15d695686aaef75 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 044d8892373acc5545020aab894cd1943c4d7449) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 8791132fbfcb8fa25fb11a9ab15d695686aaef75) @@ -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; @@ -1688,6 +1688,14 @@ handleTestDialOutSetPWM( message ); break; + case MSG_ID_HD_AIR_PUMP_PUBLISH_INTERVAL_OVERRIDE: + handleAirPumpIntervalOverrideRequest( message ); + break; + + case MSG_ID_HD_AIR_PUMP_SET_STATE: + handleAirPumpSetState( message ); + break; + // The default cannot be reached in VectorCAST since the cases are run in a for loop default: // Unrecognized message ID received - ignore