Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r94dab74a6432263dc4569e0cf8f9fa0b01bf1917 -raf2cd84d3319b1e298057fe2d329aa7824306507 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 94dab74a6432263dc4569e0cf8f9fa0b01bf1917) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision af2cd84d3319b1e298057fe2d329aa7824306507) @@ -1650,7 +1650,19 @@ handleTestCurrentTreamtmentParametersRequest( message ); break; + case MSG_ID_HD_BLOOD_PUMP_SET_PWM: + handleTestBloodPumpSetPWM( message ); + break; + case MSG_ID_HD_DIAL_IN_SET_PWM: + handleTestDialInSetPWM( message ); + break; + + case MSG_ID_HD_DIAL_OUT_SET_PWM: + handleTestDialOutSetPWM( message ); + break; + + // The default cannot be reached in VectorCAST since the cases are run in a for loop default: // Unrecognized message ID received - ignore