Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r049e70f1959af7f5d8afa73f373e87c20759d6a6 -r3325bb3ddb5961167139a9db37b7098083b7b83d --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 049e70f1959af7f5d8afa73f373e87c20759d6a6) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 3325bb3ddb5961167139a9db37b7098083b7b83d) @@ -8,7 +8,7 @@ * @file SystemCommMessages.c * * @author (last) Dara Navaei -* @date (last) 17-Apr-2023 +* @date (last) 26-Apr-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -4619,7 +4619,7 @@ BOOL result = FALSE; // verify payload length - if ( ( 0 == message->hdr.payloadLen ) && ( TRUE == isTestingActivated() ) ) + if ( 0 == message->hdr.payloadLen ) { result = resetAllTestConfigs(); }