Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MQTT by
Diff: MQTTClient.h
- Revision:
- 48:c11d59168c0a
- Parent:
- 44:c299463ae853
diff -r d3feba7f242a -r c11d59168c0a MQTTClient.h
--- a/MQTTClient.h Sat Oct 03 10:53:36 2015 +0000
+++ b/MQTTClient.h Thu May 25 05:16:45 2017 +0000
@@ -70,7 +70,8 @@
int getNext()
{
- return next = (next == MAX_PACKET_ID) ? 1 : ++next;
+ return next = (next == MAX_PACKET_ID) ? 1 : next;
+
}
private:
