Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r03bd494bf7b7c96f79cf9b8bd0f99432982b9571 -r364631fbb6ffd3ab52271e1cc5b71ee9e2cc777f --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 03bd494bf7b7c96f79cf9b8bd0f99432982b9571) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 364631fbb6ffd3ab52271e1cc5b71ee9e2cc777f) @@ -843,9 +843,6 @@ // MSG_ID_HD_SEND_BLOOD_LEAK_EMB_MODE_RESPONSE BOOL sendBloodLeakEmbeddedModeCommandResponse( U08 cmd, U32 responseLen, U08* response ); -// MSG_ID_HD_SEND_ALARMS_COMMAND -void handleResendAllAlarmsCommand( MESSAGE_T* message ); - // MSG_ID_HD_BLOOD_PUMP_SET_PWM void handleTestBloodPumpSetPWM( MESSAGE_T* message ); @@ -864,6 +861,12 @@ // MSG_ID_HD_AIR_PUMP_SET_STATE void handleAirPumpSetState( MESSAGE_T * message ); +// MSD_ID_HD_RTC_CTL_REG1_STATUS_OVERRIDE +void handleHDRTCControlReg1StatusOverrideRequest( MESSAGE_T * message ); + +// MSD_ID_HD_RTC_CTL_REG3_STATUS_OVERRIDE +void handleHDRTCControlReg3StatusOverrideRequest( MESSAGE_T * message ); + /**@}*/ #endif