Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rf760ffc4b10556e5186e9ceb90294262063440ca -r8afac005a36a62d8d36e58a4c46d0225b3367204 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f760ffc4b10556e5186e9ceb90294262063440ca) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8afac005a36a62d8d36e58a4c46d0225b3367204) @@ -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