Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r85c277d3d53a82302fdecdff0a42197298d92585 -r68b7f509295fb25aead139a4391913ca05989fdc --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 85c277d3d53a82302fdecdff0a42197298d92585) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 68b7f509295fb25aead139a4391913ca05989fdc) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.h * -* @author (last) Michael Garthwaite -* @date (last) 07-Feb-2023 +* @author (last) Dara Navaei +* @date (last) 26-Feb-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -172,8 +172,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 **********