Commit 7f30e65e authored by fmp's avatar fmp

Extend the 'MQTTAsync_willOptions_initializer' to initialize the new binary payloads fields

parent eabca5bf
......@@ -595,7 +595,7 @@ typedef struct
} payload;
} MQTTAsync_willOptions;
#define MQTTAsync_willOptions_initializer { {'M', 'Q', 'T', 'W'}, 1, NULL, NULL, 0, 0 }
#define MQTTAsync_willOptions_initializer { {'M', 'Q', 'T', 'W'}, 1, NULL, NULL, 0, 0, { 0, NULL } }
/**
* MQTTAsync_sslProperties defines the settings to establish an SSL/TLS connection using the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment