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

Async PARL_IO is using the wrong DMA future #1841

Closed
bjoernQ opened this issue Jul 22, 2024 · 0 comments · Fixed by #1851
Closed

Async PARL_IO is using the wrong DMA future #1841

bjoernQ opened this issue Jul 22, 2024 · 0 comments · Fixed by #1851
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bjoernQ
Copy link
Contributor

bjoernQ commented Jul 22, 2024

See #1835 (comment)

TL;DR change

let future = DmaRxDoneChFuture::new(&mut self.rx_channel);
to use DmaRxFuture instead

@bjoernQ bjoernQ added the bug Something isn't working label Jul 22, 2024
@MabezDev MabezDev added this to the 0.20.0 milestone Jul 22, 2024
@bjoernQ bjoernQ self-assigned this Jul 24, 2024
@bjoernQ bjoernQ mentioned this issue Jul 24, 2024
5 tasks
@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants