aboutsummaryrefslogtreecommitdiff
path: root/lib/mqtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mqtt.h')
-rw-r--r--lib/mqtt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mqtt.h b/lib/mqtt.h
index 41f7372ce..37463d58a 100644
--- a/lib/mqtt.h
+++ b/lib/mqtt.h
@@ -35,7 +35,7 @@ enum mqttstate {
MQTT_PUBWAIT, /* 5 - wait for publish */
MQTT_PUB_REMAIN, /* 6 - wait for the remainder of the publish */
- MQTT_NOSTATE = 99 /* never an actual state */
+ MQTT_NOSTATE /* 7 - never used an actual state */
};
struct mqtt_conn {