mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10172 from kivaisan/fix_plmn_iar_trace
Cellular: Fix plmn trace for IARpull/10182/head
commit
014a5ec487
|
@ -259,7 +259,7 @@ nsapi_error_t AT_CellularContext::set_blocking(bool blocking)
|
||||||
|
|
||||||
void AT_CellularContext::set_plmn(const char *plmn)
|
void AT_CellularContext::set_plmn(const char *plmn)
|
||||||
{
|
{
|
||||||
tr_info("CellularContext plmn %s", plmn);
|
tr_info("CellularContext plmn %s", (plmn ? plmn : "NULL"));
|
||||||
_device->set_plmn(plmn);
|
_device->set_plmn(plmn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue