ComIntCmd_Tests/Src/ComIntCmd/Tests.c

9 lines
345 B
C

//
// Created by xemon on 10.11.22.
//
#include "ComIntCmd/Tests.h"
void XfcProtMethodsAdd_Tests(tXfcProtTable *protTab, tDeviceTestsTable *testsTab) {
XfcProtTable_AddStatic(protTab, "TESTS_GET_RESULTS", XfcProtMethod_TestsGet, testsTab);
XfcProtTable_AddStatic(protTab, "TESTS_SET_REPEATS", XfcProtMethod_TestsSetRepeats, testsTab);
}