You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use memcpy for XcpWrite/ReadMta (#41)
It seems pointless using while loop to write and read MTA data byte by byte, which can be fully replaced by a memcpy
Fixed undefined external error for loadFile function
#ifdef removed instead of including xcp_cfg.h, util.c is a generic module
The unused code of loadFile (when A2L generation is disabled) should be automatically removed by the linker