Mentions légales du service

Skip to content

can-net: Fix compiler bug on 16bits PICs

SHERMAN David requested to merge github/fork/retornaz/master into master

Created by: retornaz

The compiler provided by "Mplab X" wrongly optimize the structure copy by corrupting data (dropping the first 2 bytes).

Fix this by using memcpy.

Merge request reports