-
Notifications
You must be signed in to change notification settings - Fork 12
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
trait core::marker::Copy
is not implemented for Interrupt
#12
Comments
I'm using recent git versions. My Cargo.lock has
|
Ah, wow, 0.5 is pretty old. It was released in Dec 2018, but the PR that caused svd2rust to mark the interrupts as Copy (rust-embedded/svd2rust#274) wasn't until Jan 2019, so wouldn't be included. That is most likely the source of the problem, combined with new RTIC using the new |
Ok. I'll look forward to testing when things are updated. |
With recent changes in
rtic
examples using stm32lxx_hal are now givingThe text was updated successfully, but these errors were encountered: