-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNS - CAN IO Trait #72
Conversation
…ches when converting from embassy's frame to HypedCanFrame and vice versa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, none of the changes to anything in boards/
needs to be there though so ideally remove
I've removed them, but now it flags as a removal - should I restore them to the original version, or is deleting them ok? |
restore to old version pls |
actually - should the main .lock file include the hyped-can package? i took it out, but it might be useful to have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'first review from vim so maybe it'''s a little fucked up lol'
definitely is lmao |
nerd :) |
Can IO without derive so the trait can be used without the derive being fully finished.
Closes HYPE-110...