You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-27 15:01:49 +03:00
fix c formatting
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user