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