diff --git a/src/apps/mqtt/mqtt.c b/src/apps/mqtt/mqtt.c index cd271b15..5f4a9eff 100644 --- a/src/apps/mqtt/mqtt.c +++ b/src/apps/mqtt/mqtt.c @@ -78,7 +78,7 @@ enum { TCP_DISCONNECTED, TCP_CONNECTING, MQTT_CONNECTING, - MQTT_CONNECTED, + MQTT_CONNECTED }; /**