Skip to content

Commit

Permalink
Update mqtt.h
Browse files Browse the repository at this point in the history
修改MQTT_CONNACK_SP注释
  • Loading branch information
iot-xcy authored Aug 24, 2017
1 parent 7351cf4 commit 67c9999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_sdk/mqtt/mqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ enum MqttConnectFlag {

/** 连接确认标志位 */
enum MqttConnAckFlag {
MQTT_CONNACK_SP = 0x01 /**< 会话建立 */
MQTT_CONNACK_SP = 0x01 /**< 保留原来会话,以原会话登陆 */
};

/** MQTT 返回码 */
Expand Down

0 comments on commit 67c9999

Please sign in to comment.