-
Notifications
You must be signed in to change notification settings - Fork 3k
cellular: remove last CELLULAR_DEVICE references #10005
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
@TeemuKultala, thank you for your changes. |
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.
Remove CellularTargets.h
also from features/cellular/TESTS
.
Change doxygen of CellularDevice.h
to something like "Returns singleton instance of CellularDevice if Mbed target board has a supported onboard modem or provide-default
is defined for a cellular driver in JSON configuration files, otherwise returns NULL. See NetworkInterface::get_default_instance for details."
@AriParkkila Please rereview @TeemuKultala When push an update, please leave a comment what has changed (helps reviewers to get back to you with additional questions or approval) |
I've just noticed, this needs rebase now |
CI started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
Hmm, there was a slghtly older cellular PR that just came in that's caused this PR to need a rebase. |
CI restarted @TeemuKultala When rebased , please let us know via comment |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
Description
CellularTargets.h removed to get rid of last CELLULAR_DEVICE references. Tested with the cellular example
Pull request type
Reviewers
@AriParkkila