Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r9279d01e7e539ad1e788b85db4ea2288965b03c6 -r23fd3843b6e50ff90b4db987be553c823bfd6597 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9279d01e7e539ad1e788b85db4ea2288965b03c6) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 23fd3843b6e50ff90b4db987be553c823bfd6597) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 03-Feb-2022 +* @date (last) 31-Mar-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -365,6 +365,12 @@ // MSG_ID_DG_SET_FANS_RPM_ALARM_START_TIME_OFFSET void handleTestFansRPMAlarmStartTimeOffsetRequest( MESSAGE_T *message ); +// MSG_ID_DG_USED_ACID_VOLUME_ML_OVERRIDE +void handleTestUsedAcidVolumeMLOverrideRequest(MESSAGE_T *message); + +// MSG_ID_DG_USED_BICARB_VOLUME_ML_OVERRIDE +void handleTestUsedBicarbVolumeMLOverrideRequest(MESSAGE_T *message); + // MSG_ID_DG_FANS_DUTY_CYCLE_OVERRIDE void handleSetFansDutyCycleOverrideRequest( MESSAGE_T *message ); @@ -382,6 +388,7 @@ // MSG_ID_DG_USED_BICARB_VOLUME_ML_OVERRIDE void handleTestUsedBicarbVolumeMLOverrideRequest(MESSAGE_T *message); + /**@}*/ #endif