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 MQTTPacket by
Diff: MQTTPacket.c
- Revision:
- 3:4a4f8699f935
- Parent:
- 0:7734401cc1b4
- Child:
- 4:c502573c6016
--- a/MQTTPacket.c Thu Apr 10 15:11:16 2014 +0000 +++ b/MQTTPacket.c Thu Apr 10 22:54:14 2014 +0000 @@ -200,6 +200,8 @@ } else if (mqttstring.cstring) writeCString(pptr, mqttstring.cstring); + else + writeInt(pptr, 0); }