dvosahlik opened a new issue, #8290: URL: https://github.com/apache/nuttx/issues/8290
The can_sendmsg.c was modified in the commit 0cbbbb92153283f2727dbd2c0077443c7cdda85d After the modification the dev->d_len is not anymore being set to the length of the can frame. Therefore, the send will not happen through the devif_poll. I suggest to add `dev->d_len = dev->d_sndlen;` on the line 110, just after the call to `devif_send` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
