You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-21 18:22:06 +03:00
clang
This commit is contained in:
@ -240,7 +240,8 @@ void Adafruit_MQTT::processSubscriptionPacket(Adafruit_MQTT_Subscribe *sub) {
|
||||
// execute callback in io mode
|
||||
((sub->io_mqtt)->*(sub->callback_io))((char *)sub->lastread, sub->datalen);
|
||||
} else {
|
||||
DEBUG_PRINTLN("ERROR: Subscription packet did not have an associated callback");
|
||||
DEBUG_PRINTLN(
|
||||
"ERROR: Subscription packet did not have an associated callback");
|
||||
return;
|
||||
}
|
||||
// mark subscription message as "read""
|
||||
|
Reference in New Issue
Block a user