Skip to content

Commit 1b7fbb0

Browse files
author
Antti Kauppila
committed
initialisation added for _property_array
1 parent 4e3ff3c commit 1b7fbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/AT_CellularDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ AT_CellularDevice::AT_CellularDevice(FileHandle *fh) : CellularDevice(fh),
4343
_sms(0),
4444
#endif // MBED_CONF_CELLULAR_USE_SMS
4545
_network(0), _information(0), _context_list(0), _default_timeout(DEFAULT_AT_TIMEOUT),
46-
_modem_debug_on(false)
46+
_modem_debug_on(false), _property_array(NULL)
4747
{
4848
MBED_ASSERT(fh);
4949
_at = get_at_handler(fh);

0 commit comments

Comments
 (0)