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
|
// 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user