From dcb761637d3e4bdac56b643bdb519bd0f365a7bf Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 20 Dec 2016 10:42:56 +0100 Subject: [PATCH] Minor documentation fix in MQTT --- src/apps/mqtt/mqtt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mqtt/mqtt.c b/src/apps/mqtt/mqtt.c index 08134116..b3c29467 100644 --- a/src/apps/mqtt/mqtt.c +++ b/src/apps/mqtt/mqtt.c @@ -2,7 +2,7 @@ * @file * MQTT client * - * @defgroup mqtt MQTT Client + * @defgroup mqtt MQTT client * @ingroup apps */