Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r3fa496b611a3a84c8aaa882a1b27762c6bc0024c -r29465f0a7433debfde4f11acee16d2cd0d40bc42 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 3fa496b611a3a84c8aaa882a1b27762c6bc0024c) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 29465f0a7433debfde4f11acee16d2cd0d40bc42) @@ -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