We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfaa031 + e86b774 commit cea8b78Copy full SHA for cea8b78
main.cpp
@@ -209,7 +209,7 @@ int main()
209
print_function("\n\nmbed-os-example-cellular\n");
210
print_function("\n\nBuilt: %s, %s\n", __DATE__, __TIME__);
211
#ifdef MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN
212
- 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"));
213
#endif
214
215
print_function("Establishing connection\n");
0 commit comments