File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ void Adafruit_MQTT::processPackets(int16_t timeout) {
510
510
Adafruit_MQTT_Subscribe *Adafruit_MQTT::readSubscription (int16_t timeout) {
511
511
512
512
// Sync or Async subscriber with message
513
- Adafruit_MQTT_Subscribe *s= 0 ;
513
+ Adafruit_MQTT_Subscribe *s = 0 ;
514
514
515
515
// Check if are unread messages
516
516
for (uint8_t i = 0 ; i < MAXSUBSCRIPTIONS; i++) {
@@ -524,7 +524,7 @@ Adafruit_MQTT_Subscribe *Adafruit_MQTT::readSubscription(int16_t timeout) {
524
524
if (!s) {
525
525
// Check if data is available to read.
526
526
uint16_t len = readFullPacket (buffer, MAXBUFFERSIZE,
527
- timeout); // return one full packet
527
+ timeout); // return one full packet
528
528
s = handleSubscriptionPacket (len);
529
529
}
530
530
You can’t perform that action at this time.
0 commit comments