1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-09-08 03:27:30 +03:00

Reformatted with clang-format

This commit is contained in:
Lucas Jandrew
2020-11-06 10:20:52 -05:00
parent c952333c40
commit f3f5c18c6d
3 changed files with 53 additions and 44 deletions

View File

@@ -206,7 +206,8 @@ public:
// messages!
Adafruit_MQTT_Subscribe *readSubscription(int16_t timeout = 0);
// Handle any data coming in for subscriptions and fires them off to the appropriate callback
// Handle any data coming in for subscriptions and fires them off to the
// appropriate callback
Adafruit_MQTT_Subscribe *handleSubscriptionPacket(uint16_t len);
void processPackets(int16_t timeout);