-
Notifications
You must be signed in to change notification settings - Fork 3k
[IOTCELL] Setting up channels for AU915 #6600
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
@kivaisan @AnttiKauppila Please review. |
Bug was reported by @tpet93 and it was correctly diagnosed that channels were not being set in the phy_params structure. This commit fixes the bug and sets up channels correctly.
/morph build |
Build : SUCCESSBuild number : 1722 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1358 |
@kjbracey-arm Please review this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the passing observation that I see all those void *
casts are papering over a const-correctness problem. Should be fixed at some point in a future refactor if possible.
Test : SUCCESSBuild number : 1527 |
Description
Bug was reported by @tpet93 and it was correctly diagnosed that channels
were not being set in the phy_params structure. This commit fixes the bug
and sets up channels correctly.
Pull request type
[X] Fix
[ ] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change