Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r94dab74a6432263dc4569e0cf8f9fa0b01bf1917 -rf89cac0c61f0068c045411504925373c3731c874 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 94dab74a6432263dc4569e0cf8f9fa0b01bf1917) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f89cac0c61f0068c045411504925373c3731c874) @@ -812,6 +812,15 @@ // MSG_ID_HD_SEND_BLOOD_LEAK_EMB_MODE_RESPONSE BOOL handleSendBloodLeakEmbeddedModeCommandResponse( U32 responseLen, U08* response ); +// 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