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:
- 17:dee902f7d00e
- Parent:
- 15:700a7662c52e
- Child:
- 18:fa0d8120f81f
diff -r 1bc3e44d4746 -r dee902f7d00e Cellular/UIP.cpp --- a/Cellular/UIP.cpp Thu Jun 05 14:52:59 2014 +0000 +++ b/Cellular/UIP.cpp Thu Jun 05 17:29:32 2014 +0000 @@ -40,7 +40,7 @@ return false; } - logDebug("radio: %s", Cellular::getRadioNames(type).c_str()); + logDebug("radio type: %s", Cellular::getRadioNames(type).c_str()); return true; }