Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r6aeb55fc06ec5d67c24596986a22d909bfc91943 -r8642cf765f2248b0bb2c2ef5598687e4feea0967 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 6aeb55fc06ec5d67c24596986a22d909bfc91943) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8642cf765f2248b0bb2c2ef5598687e4feea0967) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.h * -* @author (last) Sean Nash -* @date (last) 30-Sep-2023 +* @author (last) Dara Navaei +* @date (last) 29-Feb-2024 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -553,6 +553,9 @@ // MSG_ID_DG_CHEM_DISINFECT_ACID_OVERRIDE void handleTestChemDisinfectAcidOverride( MESSAGE_T* message ); +// MSG_ID_DG_RUN_MODE_FILL_FOR_CAL_CHECK +void handleTestRunModeFillForCalibrationCheck( MESSAGE_T* message ); + /**@}*/ #endif