Commit fb02e120 authored by Ian Craggs's avatar Ian Craggs

Merge branch 'master' into develop

parents 79a776d6 e0f142d5
...@@ -1110,7 +1110,7 @@ typedef struct ...@@ -1110,7 +1110,7 @@ typedef struct
MQTTAsync_onFailure5* onFailure5; MQTTAsync_onFailure5* onFailure5;
} MQTTAsync_disconnectOptions; } MQTTAsync_disconnectOptions;
#define MQTTAsync_disconnectOptions_initializer { {'M', 'Q', 'T', 'D'}, 1, 0, NULL, NULL, NULL, MQTTProperties_initializer, MQTTASYNC_SUCCESS } #define MQTTAsync_disconnectOptions_initializer { {'M', 'Q', 'T', 'D'}, 1, 0, NULL, NULL, NULL, MQTTProperties_initializer, SUCCESS }
/** /**
......
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