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.
1 parent 1cb3479 commit e221ba9Copy full SHA for e221ba9
features/cellular/framework/AT/AT_CellularDevice.cpp
@@ -43,7 +43,7 @@ AT_CellularDevice::AT_CellularDevice(FileHandle *fh) : CellularDevice(fh),
43
_sms(0),
44
#endif // MBED_CONF_CELLULAR_USE_SMS
45
_network(0), _information(0), _context_list(0), _default_timeout(DEFAULT_AT_TIMEOUT),
46
- _modem_debug_on(false)
+ _modem_debug_on(false), _property_array(NULL)
47
{
48
MBED_ASSERT(fh);
49
_at = get_at_handler(fh);
0 commit comments