On 13.03.18 18:44, Marc Kleine-Budde wrote:
On 03/13/2018 06:35 PM, Jakob Unterwurzacher wrote:

[...]

Please mark all multibyte values going over the USB as either le or be.

This is documented in can_ucan_protocol.rst,

    All multi-byte integers are encoded as Little Endian.

but it's probably worth mentioning here as well.


Please use standard 'net' comment style:

 /* this is a multiline
  * comment
  */

+       struct ucan_ctl_cmd_start cmd_start;
+       /***************************************************
+        * Setup Bittiming
+        * bmRequest == UCAN_COMMAND_SET_BITTIMING
+        ***************************************************/

Understood.

Thanks,
Jakob

Reply via email to