From 1ba21da6cbc63c0c549fb92731e25bedc482eb51 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 4 Sep 2025 22:25:39 +0200 Subject: Unify the directory, add new analysis methods, unify the code style Signed-off-by: Filip Wandzio --- include/mqtt.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 include/mqtt.h (limited to 'include/mqtt.h') diff --git a/include/mqtt.h b/include/mqtt.h deleted file mode 100644 index 4f46b5a..0000000 --- a/include/mqtt.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef MQTT_H -#define MQTT_H - -#include "mqtt_client.h" - -/** - * @brief Starts the MQTT application. - * - * Initializes the MQTT client, registers event handlers, - * and starts the MQTT client. Also creates the publisher task - * that periodically sends messages. - */ -void mqtt_app_start(void); - -#endif -- cgit v1.2.3