Incorrect memcpy length
kuldeepdhaka opened this issue · 0 comments
kuldeepdhaka commented
https://github.com/insane-adding-machines/unicore-mx-examples/blob/master/examples/common/usb_cdcacm/cdcacm.c#L180
(and other examples that use same strategy)
Should be memcpy(arg->buf, supported_lang, len * 2);