Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r2cb4ff0f8a0ad74826c5c9b4d0e84c6334c960d6 -r5ce7985577e93071cd4c361efe2342cdcd7004dd --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2cb4ff0f8a0ad74826c5c9b4d0e84c6334c960d6) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 5ce7985577e93071cd4c361efe2342cdcd7004dd) @@ -828,6 +828,15 @@ // MSG_ID_HD_SEND_ALARMS_COMMAND void handleResendAllAlarmsCommand( MESSAGE_T* message ); +// MSG_ID_HD_BLOOD_PUMP_SET_PWM +void handleTestBloodPumpSetPWM( MESSAGE_T* message ); + +// MSG_ID_HD_DIAL_IN_SET_PWM +void handleTestDialInSetPWM( MESSAGE_T* message ); + +// MSG_ID_HD_DIAL_OUT_SET_PWM +void handleTestDialOutSetPWM( MESSAGE_T* message ); + /**@}*/ #endif