Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!--- Title --> Description ----------- <!--- Describe your changes in detail. --> Typecast outgoing and incomingpublish count to unsigned longs to match format specifier. Test Steps ----------- <!-- Describe the steps to reproduce. --> core OTA demo had a build error due to format specifier used when logging with coreMQTT. Adding these typecasts fixes the build error. Checklist: ---------- <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [X] I have tested my changes. No regression in existing tests. - [ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request. Related Issue ----------- <!-- If any, please provide issue ID. --> By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
- Loading branch information