From c3d72a5a540428f5517aeac79603019a395c0b88 Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 31 Aug 2023 13:34:53 -0400 Subject: [PATCH] clang --- Adafruit_MQTT.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Adafruit_MQTT.h b/Adafruit_MQTT.h index 894104d..b440b42 100644 --- a/Adafruit_MQTT.h +++ b/Adafruit_MQTT.h @@ -107,7 +107,8 @@ // Largest full packet we're able to send. // Need to be able to store at least ~90 chars for a connect packet with full // 23 char client ID. -// Future TODO: This should be replaced by the ability to dynamically allocate a buffer as needed. +// Future TODO: This should be replaced by the ability to dynamically allocate a +// buffer as needed. #if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32) || \ defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_SAMD) #define MAXBUFFERSIZE (512)