Fix compilation error when not in debug

This commit is contained in:
hsaturn
2022-12-23 18:06:35 +01:00
committed by GitHub
parent 18ce34c458
commit 4b4eb0b684

View File

@@ -37,9 +37,9 @@
#define TINY_MQTT_DEFAULT_CLIENT_ID "Tiny" #define TINY_MQTT_DEFAULT_CLIENT_ID "Tiny"
#if TINY_MQTT_DEBUG
#include <TinyStreaming.h> #include <TinyStreaming.h>
#include <TinyConsole.h> // https://github.com/hsaturn/TinyConsole #if TINY_MQTT_DEBUG
include <TinyConsole.h> // https://github.com/hsaturn/TinyConsole
struct TinyMqtt struct TinyMqtt
{ {
static int debug; static int debug;