Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r22cab5beebd48faf29e78c5003b0bdd0a32748e8 -r6e86723c766c0097c9867af984c0c7e82802537a --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 22cab5beebd48faf29e78c5003b0bdd0a32748e8) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 6e86723c766c0097c9867af984c0c7e82802537a) @@ -806,9 +806,10 @@ void handleSetBloodLeak2EmbeddedMode( MESSAGE_T* message ); // MSG_ID_HD_SET_BLOOD_LEAK_EMB_MODE_COMMAND -void handleSetBloodEmbeddedModeCommand( MESSAGE_T* message ); +void handleSetBloodLeakEmbeddedModeCommand( MESSAGE_T* message ); -// MSG_ID_HD_SET_BLOOD_LEAK_EMB_MODE_SET_POINT +// MSG_ID_HD_SEND_BLOOD_LEAK_EMB_MODE_RESPONSE +BOOL handleSendBloodLeakEmbeddedModeCommandResponse( U32 responseLen, U08* response ); /**@}*/