Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r50c1ca0f742240722dd96bf141b0d7d34c37ed55 -r1ededb9ae1cbc2c14a09fd2a4370f060569de158 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 50c1ca0f742240722dd96bf141b0d7d34c37ed55) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 1ededb9ae1cbc2c14a09fd2a4370f060569de158) @@ -6223,7 +6223,6 @@ TEST_OVERRIDE_ARRAY_PAYLOAD_T payload; BOOL result = FALSE; -#ifndef _RELEASE_ // Verify payload length if ( sizeof(TEST_OVERRIDE_ARRAY_PAYLOAD_T) == message->hdr.payloadLen ) { @@ -6237,7 +6236,6 @@ result = testResetValvesCurrentOverride( payload.index ); } } -#endif // Respond to request sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, result );