Gedare Bloom commented on a discussion on bsps/shared/grlib/can/grcanfd.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/390#note_119217 > return GRCAN_RET_INVARG; > break; > } > - dest->head[1] = (dlc << 28) | > + dest->head[1] = ((dlc & 0xf) << 28) | ok -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/390#note_119217 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
