Skip to content
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

Reexport Direction from older embedded_hal #479

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

samueltardieu
Copy link
Contributor

@samueltardieu samueltardieu commented Jan 25, 2024

embedded_hal::Direction has been removed from recent embedded_hal releases. It needs to be reexported from qei in order to allow users of Qei::direction() to be able to match against the method result if they use a recent embdded_hal release.

@samueltardieu
Copy link
Contributor Author

Note that all the CI failures are unrelated to this patch and also happen on master.

`embedded_hal::Direction` has been removed from recent `embedded_hal`
releases. It needs to be reexported from `qei` in order to allow users
of `Qei::direction()` to be able to match against the method result
if they use a recent `embdded_hal` release.
@samueltardieu
Copy link
Contributor Author

Rebased on current master (which now compiles).

@burrbull burrbull added this pull request to the merge queue Jan 30, 2024
Merged via the queue into stm32-rs:master with commit ab6de2e Jan 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants