Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -re2cf7feff54dad3fc5be72619fa64b5421fc6f9f -r9e611165fe4a2eaeccd7b2a37c8e4dfc8498b526 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e2cf7feff54dad3fc5be72619fa64b5421fc6f9f) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9e611165fe4a2eaeccd7b2a37c8e4dfc8498b526) @@ -944,9 +944,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 ); @@ -1013,6 +1010,9 @@ // MSG_ID_HD_CAN_RECEIVE_ACK_MESSAGE_OVERRIDE void handleTestHDPendingACKOverrideRequest( MESSAGE_T* message ); +// MSG_ID_HD_RECIRULATION_PCT_OVERRIDE +void handleTestHDRecirulationPctOverrideRequest( MESSAGE_T* message ); + /**@}*/ #endif