fix c formatting

This commit is contained in:
Ricardo Gorosito 2021-05-25 13:16:43 -03:00
parent 4cb40f87d2
commit 986c1b405c

View File

@ -523,8 +523,8 @@ Adafruit_MQTT_Subscribe *Adafruit_MQTT::readSubscription(int16_t timeout) {
// not unread message // not unread message
if (!s) { if (!s) {
// Check if data is available to read. // Check if data is available to read.
uint16_t len = uint16_t len = readFullPacket(buffer, MAXBUFFERSIZE,
readFullPacket(buffer, MAXBUFFERSIZE, timeout); // return one full packet timeout); // return one full packet
s = handleSubscriptionPacket(len); s = handleSubscriptionPacket(len);
} }