We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux
../tinyusb/src/common/tusb_fifo.c: In function '_ff_push_n': ../tinyusb/src/common/tusb_fifo.c:162:3: warning: switch missing default case [-Wswitch-default] 162 | switch (copy_mode) | ^~~~~~
No response
The text was updated successfully, but these errors were encountered:
79aecf3
Merge pull request #2470 from IngHK/fix_2469
fabc20b
fixed #2469 compiler warning tusb_fifo.c -> missing default: break;
No branches or pull requests
Operating System
Linux
Board
Firmware
What happened ?
../tinyusb/src/common/tusb_fifo.c: In function '_ff_push_n':
../tinyusb/src/common/tusb_fifo.c:162:3: warning: switch missing default case [-Wswitch-default]
162 | switch (copy_mode)
| ^~~~~~
How to reproduce ?
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
Screenshots
No response
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: