Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r35c07199fda6ba28c7ee417105a16ea3d14a2ad6 -r9279d01e7e539ad1e788b85db4ea2288965b03c6 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 35c07199fda6ba28c7ee417105a16ea3d14a2ad6) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9279d01e7e539ad1e788b85db4ea2288965b03c6) @@ -377,6 +377,11 @@ // MSG_ID_DG_HD_COMMUNICATION_STATUS void handleTestHDCommunicationStatusOverrideRequest(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); /**@}*/ #endif