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.
Diff: main.cpp
- Revision:
- 36:6294a71c9e9e
- Parent:
- 34:6f85d44597ac
- Child:
- 43:91f11760b50f
diff -r 125ae7126e4f -r 6294a71c9e9e main.cpp
--- a/main.cpp Tue Feb 26 07:02:26 2019 +0000
+++ b/main.cpp Thu Apr 11 10:02:01 2019 +0100
@@ -209,7 +209,7 @@
print_function("\n\nmbed-os-example-cellular\n");
print_function("\n\nBuilt: %s, %s\n", __DATE__, __TIME__);
#ifdef MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN
- print_function("\n\n[MAIN], plmn: %s\n", MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN);
+ print_function("\n\n[MAIN], plmn: %s\n", (MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN ? MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN : "NULL"));
#endif
print_function("Establishing connection\n");