Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MTS-Cellular by
Diff: Cellular/UIP.cpp
- Revision:
- 14:614952fb3af3
- Parent:
- 13:e443e7e2b605
- Child:
- 15:700a7662c52e
diff -r e443e7e2b605 -r 614952fb3af3 Cellular/UIP.cpp --- a/Cellular/UIP.cpp Thu May 22 14:05:49 2014 -0500 +++ b/Cellular/UIP.cpp Fri May 30 20:28:42 2014 +0000 @@ -40,11 +40,7 @@ return false; } - // Reset radio to make sure it's in a good state and wait for it to come back - reset(); - test(); - - logDebug("radio: %s", Cellular::getRadioNames(type).data()); + logDebug("radio: %s", Cellular::getRadioNames(type).c_str()); return true; }