Skip to content

Commit 6babc12

Browse files
committed
LPWAN: fix property container initialization
1 parent be7aa4d commit 6babc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloudLPWAN.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ArduinoIoTCloudLPWAN::ArduinoIoTCloudLPWAN()
5151
, _retryEnable{false}
5252
, _maxNumRetry{5}
5353
, _intervalRetry{AIOT_CONFIG_INTERVAL_RETRY_DELAY_ms}
54-
, _thing_property_container{0}
54+
, _thing_property_container()
5555
, _last_checked_property_index{0}
5656
{
5757

0 commit comments

Comments
 (0)