Skip to content

fixed accidental mut in audio that no longer builds#12

Open
BartMassey wants to merge 1 commit into
second-state:mainfrom
BartMassey-upstream:audio-mut-fix
Open

fixed accidental mut in audio that no longer builds#12
BartMassey wants to merge 1 commit into
second-state:mainfrom
BartMassey-upstream:audio-mut-fix

Conversation

@BartMassey
Copy link
Copy Markdown

Fixes in the latest development environment cause the read of chunk size in src/audio.rs to fail to compile: it was accidentally .as_mut() instead of .as_ref() and the C header changed.

Fixed.

@L-jasmine
Copy link
Copy Markdown
Collaborator

Thanks for the PR! Could you let us know which version of esp-sr you are using?

We noticed that in our CI, the code compiles successfully both with and without this change.

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