Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -redd2e65f2ee38fbfdb3d5d3dd06412758ffb1f3a -r50c1ca0f742240722dd96bf141b0d7d34c37ed55 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision edd2e65f2ee38fbfdb3d5d3dd06412758ffb1f3a) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 50c1ca0f742240722dd96bf141b0d7d34c37ed55) @@ -473,6 +473,9 @@ // MSG_ID_DG_START_STOP_FLUSH BOOL sendDGStartFlushModeCommand( BOOL start ); +// MSG_ID_DG_PARK_CONCENTRATE_PUMPS +BOOL sendDGParkConcentratePumpsCommand( void ); + // MSG_ID_DG_START_STOP_HEAT_DISINFECT BOOL sendDGStartHeatDisinfectModeCommand( BOOL start ); @@ -944,9 +947,6 @@ // MSG_ID_HD_SEND_BLOOD_LEAK_EMB_MODE_RESPONSE BOOL sendBloodLeakEmbeddedModeCommandResponse( U08 cmd, U32 responseLen, U08* response ); -// MSG_ID_HD_SEND_ALARMS_COMMAND -void handleResendAllAlarmsCommand( MESSAGE_T* message ); - // MSG_ID_HD_BLOOD_PUMP_SET_PWM void handleTestBloodPumpSetPWM( MESSAGE_T* message );