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
318: CAN improvements r=ryankurte a=eldruin
I added a few unit tests and then run clippy, which made me notice some small issues.
Most importantly, I changed the return type of the `Frame::new()` and `Frame::new_remote()` to be an `Option` since there is no error type defined for that.
This matches the interface of `StandardId::new()` / `ExtendedId::new()`.
`@timokroeger` do you expect any other failure reasons in these methods or is having an `Option` fine here?
Co-authored-by: Diego Barrios Romero <[email protected]>
0 commit comments