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

fix idfgh-6508: return type in tu_fifo_peek_n() #1287

Merged
merged 1 commit into from Jan 19, 2022

Conversation

alisitsyn
Copy link
Contributor

@alisitsyn alisitsyn commented Jan 19, 2022

Describe the PR
This simple PR is submitted to fix the IDFGH-6508 issue as described here: espressif/esp-idf#8161
The return type in the line /src/common/tusb_fifo.c:719 should be changed to uint16_t instead of bool.
The esp-idf fork then can be rebased on upstream master.

Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spot-on, thank you for the bug fix. I was probably writing this while sleepy

@hathach hathach merged commit 9e99269 into hathach:master Jan 19, 2022
@alisitsyn
Copy link
Contributor Author

Thank you for merging!

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.

None yet

2 participants