initialisation added for _property_array

pull/11996/head
Antti Kauppila 2019-12-05 10:43:08 +02:00
parent 1cb3479d7a
commit e221ba9bb9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ AT_CellularDevice::AT_CellularDevice(FileHandle *fh) : CellularDevice(fh),
_sms(0),
#endif // MBED_CONF_CELLULAR_USE_SMS
_network(0), _information(0), _context_list(0), _default_timeout(DEFAULT_AT_TIMEOUT),
_modem_debug_on(false)
_modem_debug_on(false), _property_array(NULL)
{
MBED_ASSERT(fh);
_at = get_at_handler(fh);