-
Notifications
You must be signed in to change notification settings - Fork 3k
CellularBase -> CellularInterface tidy #10146
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
@kjbracey-arm, thank you for your changes. |
@kjbracey-arm Please take a look at the astyle results. |
oh.. actually... This breaks the Cypress binaries again... |
Hmph. Unfortunate. I'll omit that change then, and just do enough to fix the build warnings.. Shame I didn't spot the issue at review. |
Remove remaining references to deprecated CellularBase in code, avoiding one warning. Add deprecation to Doxygen.
24266b5
to
9ad9069
Compare
I think this version nearly scrapes in to "docs update" - it only changes comments and replaces uses of |
@SeppoTakalo Mind re-reviewing? Wiced rebuilding should not be needed anymore. |
CI started |
Test run: FAILEDSummary: 1 of 13 test jobs failed Failed test jobs:
|
Failure is something storage-related on a K66F ARMC6 run. Doesn't seem related. |
restarted greentea |
Description
Remove remaining references to deprecated
CellularBase
in code, avoiding one warning.Add deprecation to Doxygen.
Pull request type