fix c formatting
This commit is contained in:
parent
4cb40f87d2
commit
986c1b405c
@ -523,8 +523,8 @@ Adafruit_MQTT_Subscribe *Adafruit_MQTT::readSubscription(int16_t timeout) {
|
||||
// not unread message
|
||||
if (!s) {
|
||||
// Check if data is available to read.
|
||||
uint16_t len =
|
||||
readFullPacket(buffer, MAXBUFFERSIZE, timeout); // return one full packet
|
||||
uint16_t len = readFullPacket(buffer, MAXBUFFERSIZE,
|
||||
timeout); // return one full packet
|
||||
s = handleSubscriptionPacket(len);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user