mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Fix compile warnings for CellularNetwork
parent
a0a9b54e97
commit
265255305a
|
@ -150,9 +150,9 @@ public:
|
|||
op_status = Unknown;
|
||||
op_rat = RAT_UNKNOWN;
|
||||
next = NULL;
|
||||
op_long[0] = NULL;
|
||||
op_short[0] = NULL;
|
||||
op_num[0] = NULL;
|
||||
op_long[0] = '\0';
|
||||
op_short[0] = '\0';
|
||||
op_num[0] = '\0';
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue