Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rb549cc9586c585902f891e1aac5e59b7de445f71 -r2e56064726838bfb626ec3ea40132c4e3681639a --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision b549cc9586c585902f891e1aac5e59b7de445f71) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2e56064726838bfb626ec3ea40132c4e3681639a) @@ -166,8 +166,8 @@ // MSG_ID_DG_START_STOP_HEAT_DISINFECT_ACTIVE_COOL void handleStartStopDGHeatDisinfectActiveCool( MESSAGE_T* message ); -// MSG_ID_REQUEST_CPLD_STATUS -void handleCpldStatusRequest( MESSAGE_T *message ); +// MSG_ID_HD_SEND_CHEM_FLUSH_SAMPLE_PASS_FAIL_TO_DG +void handleReceiveChemFlushSampleResultsFromHD( MESSAGE_T *message ); // *********** public test support message functions ********** @@ -462,6 +462,9 @@ void handleTestDGNelsonDisinfectSupport( MESSAGE_T *message ); #endif +// MSG_ID_DG_SET_DIALYSATE_MIXING_RATIOS +void handleTestDGSetDialysateMixingRatios( MESSAGE_T *message ); + /**@}*/ #endif