You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: CAN: Change u32_t error_flags to int error_numbers
The error_flags parameter of the can_tx_callback_t is a u32_t
but gets negative CAN_TX error codes. This commit changes the
error_flags to int error_numbers.
Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
0 commit comments