modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
748 stars 132 forks source link

[driver] Set can_message.dlc field when receiving #1025

Closed strongly-typed closed 1 year ago

strongly-typed commented 1 year ago

The Lawicel ASCII protocol does not support CAN-FD at all.

e4b1a4a added dlc and length field and this might have been overlooked.