-
Notifications
You must be signed in to change notification settings - Fork 3k
Some enhancements for the USBHost feature and small bug fix #5800
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
Conversation
Automatic CI verification build not done, please verify manually. |
/morph build |
Build : SUCCESSBuild number : 874 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 545 |
Test : SUCCESSBuild number : 721 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 549 |
@cmonr Yes, we do not accept PRs against release branches... |
/morph build |
Restarting CI, as it did not report back /morph build |
Build : SUCCESSBuild number : 896 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 571 |
/morph export-build |
/morph uvisor-test |
Exporter Build : SUCCESSBuild number : 576 |
/morph test |
Test : SUCCESSBuild number : 741 |
Exporter Build : FAILUREBuild number : 1379 |
Notes:
Description
MAX_HUB_NB
macro, the variablek
is declared if the macro is not zero as you can see here, and after, used without testingMAX_HUB_NB
which leads to undefined reference error durring compilation ifMAX_HUB_NB=0
.Status
READY
Migrations
If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.
NO
Todos
Steps to test or reproduce
MAX_HUB_NB
as zero leads to a compilation error.callback
s.