Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r4e4ab946c0bc4b668cf5b197c7f841355814ccf5 -r647f8950c1a9f936e16a7b51e36f582c3d03a40e --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 4e4ab946c0bc4b668cf5b197c7f841355814ccf5) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 647f8950c1a9f936e16a7b51e36f582c3d03a40e) @@ -1610,10 +1610,6 @@ handleTestSyringePumpHeprinBolusTargetRateOverrideRequest( message ); break; - case MSG_ID_HD_REQ_CURRENT_TREATMENT_PARAMETERS: - handleTestCurrentTreamtmentParametersRequest( message ); - break; - case MSG_ID_HD_FANS_DUTY_CYCLE_OVERRIDE: handleSetFansDutyCycleOverrideRequest( message ); break; @@ -1650,6 +1646,11 @@ handleResendAllAlarmsCommand( message ); break; + case MSG_ID_HD_REQ_CURRENT_TREATMENT_PARAMETERS: + handleTestCurrentTreamtmentParametersRequest( message ); + break; + + // The default cannot be reached in VectorCAST since the cases are run in a for loop default: // Unrecognized message ID received - ignore