vectorgrp / XCPlite

Simple implementation of the ASAM XCP on Ethernet protocol
MIT License
163 stars 88 forks source link

Use memcpy for XcpWrite/ReadMta #41

Closed truecarfield closed 7 months ago

truecarfield commented 11 months ago

It seems pointless using while loop to write and read MTA data byte by byte, which can be fully replaced by a memcpy

RainerZ commented 7 months ago

👌