diff --git a/src/TinyMqtt.h b/src/TinyMqtt.h index 188c6e8..c9efee2 100644 --- a/src/TinyMqtt.h +++ b/src/TinyMqtt.h @@ -37,9 +37,9 @@ #define TINY_MQTT_DEFAULT_CLIENT_ID "Tiny" -#if TINY_MQTT_DEBUG #include -#include // https://github.com/hsaturn/TinyConsole +#if TINY_MQTT_DEBUG +include // https://github.com/hsaturn/TinyConsole struct TinyMqtt { static int debug;