Skip to content

Commit

Permalink
Merge branch 'fpagliughi-fix-doc-comment' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Dec 26, 2024
1 parent 68fd242 commit d31bd3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MQTTAsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ typedef void MQTTAsync_connected(void* context, char* cause);
* @param context A pointer to the <i>context</i> value originally passed to
* MQTTAsync_setCallbacks(), which contains any application-specific context.
* @param properties the properties in the disconnect packet.
* @param properties the reason code from the disconnect packet
* Currently, <i>cause</i> is always set to NULL.
* @param reasonCode the reason code from the disconnect packet
*/
typedef void MQTTAsync_disconnected(void* context, MQTTProperties* properties,
enum MQTTReasonCodes reasonCode);
Expand Down

0 comments on commit d31bd3a

Please sign in to comment.