Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r01223b53b80fa66e1974a2b1e57590f6fe308374 -rc61acc968c77e85a31addacee80afb15285eae44 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 01223b53b80fa66e1974a2b1e57590f6fe308374) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision c61acc968c77e85a31addacee80afb15285eae44) @@ -6791,7 +6791,6 @@ * @param message a pointer to the message to handle * @return none *************************************************************************/ - void handleTestCurrentTreamtmentParametersRequest( MESSAGE_T *message ) { BOOL result = FALSE; @@ -6800,7 +6799,7 @@ { result = TRUE; // ACK request - result = testUpdateCurrentTreatmentParameters(); + result = testSendCurrentTreatmentParameters(); } sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, result ); } @@ -6814,7 +6813,6 @@ * @param data response data record * @return TRUE if msg successfully queued for transmit, FALSE if not *************************************************************************/ - BOOL sendTestCurrentTreatmentParametersResponse(CURRENT_TREATMENT_PARAMS_DATA_PAYLOAD_T current_params) { MESSAGE_T msg;