Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -ra1a0187daedaf2c12e6f9eccfbf9e423d952e029 -rf487bb5f87d2e09a94f0a609552f1c93d1efb684 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision a1a0187daedaf2c12e6f9eccfbf9e423d952e029) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f487bb5f87d2e09a94f0a609552f1c93d1efb684) @@ -1033,6 +1033,15 @@ // MSG_ID_HD_SET_INSTITUTIONAL_RECORD void handleSetHDInstitutionalRecord( MESSAGE_T *message ); +// MSG_ID_HD_BLOOD_LEAK_EMB_MODE_INFO_VALUES_OVERRIDE +void handleBloodLeakEmbModeInfoValuesOverride( MESSAGE_T* message ); + +// MSG_ID_HD_BLOOD_LEAK_INTENSITY_MVG_AVERAGE_OVERRIDE +void handleBloodLeakIntensityMovingAverageOverride( MESSAGE_T* message ); + +// MSG_ID_HD_BLOOD_LEAK_ZEROING_INTERVAL_IN_MINS_OVERRIDE +void handleBloodLeakZeroingIntervalInMinutesOverride( MESSAGE_T* message ); + /**@}*/ #endif