mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 00:19:50 +08:00
The RX overflow handling uses CAN_ERR_ID_LOSTARB, which is an err_frame.header.can_id mask, as an err_frame.data index. Correct it to use CAN_ERR_DATA_BYTE_TRX_CTRL as intended.