// // Created by cfif on 17.10.22. // #include "ComIntCmd/Tests.h" uint8_t XfcProtMethod_TestsSetRepeats(tXfcArray *request, tXfcArray *response, tDeviceTestsTable *testsTab) { XFC_CMD_RX_GET_RAW(testsTab->currentProcessIterationsLeft); return XFC_TRANSPORT_PROTOCOL_RESPONSE_RESULT_OK; }