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.
Diff: MQTTSubscribeClient.c
- Revision:
- 9:3893bc7343f4
- Parent:
- 0:7734401cc1b4
- Child:
- 14:c2052aee81de
--- a/MQTTSubscribeClient.c Mon Apr 28 16:07:08 2014 +0000 +++ b/MQTTSubscribeClient.c Fri May 09 23:00:25 2014 +0000 @@ -106,6 +106,7 @@ FUNC_ENTRY; header.byte = readChar(&curdata); + header.byte = header.byte; // hush compiler warnings curdata += (rc = MQTTPacket_decodeBuf(curdata, &mylen)); /* read remaining length */ enddata = curdata + mylen;