-
Notifications
You must be signed in to change notification settings - Fork 3k
Lora: fix AU915 build #6839
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
Lora: fix AU915 build #6839
Conversation
There was a typo in the code making it fail to compile.
/morph build |
Build : SUCCESSBuild number : 1944 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 1594 |
/morph export-build |
Exporter Build : FAILUREBuild number : 1600 |
/morph export-build |
Exporter Build : FAILUREBuild number : 1618 |
/morph export-build |
/morph test |
Test : FAILUREBuild number : 1786 |
@cmonr this test error is not related to this PR? |
Exporter Build : FAILUREBuild number : 1626 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1641 |
Failure looks like in the testing tools (CI issue), will report this (update: reported as an issue, will be checked) /morph test |
Test : SUCCESSBuild number : 1804 |
@cmonr This PR should not have 5.8.5 tag as target of this PR is 5.9. |
Description
There was a typo in the code making it fail to compile.
This PR should go to master. mbed-os 5.8.x branch is handled with a different PR (#6829) as code is moved to another place.
Pull request type