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 SWUpdate by
Revision 8:8e840a036116, committed 2014-06-15
- Comitter:
- WiredHome
- Date:
- Sun Jun 15 20:01:58 2014 +0000
- Parent:
- 7:a7efbae7e02e
- Child:
- 9:73067ef14c30
- Commit message:
- Documentation and rearranging a few files for easier maintenance.
Changed in this revision
| SWUpdate.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SWUpdate.cpp Sun Jun 15 00:46:34 2014 +0000
+++ b/SWUpdate.cpp Sun Jun 15 20:01:58 2014 +0000
@@ -77,7 +77,6 @@
int cksum = 0;
int fsize = 0;
int parseCount;
- INFO(" read {%s}", buf);
parseCount = sscanf(buf, "%d,%d,%d", &latest_ver, &cksum, &fsize);
if (parseCount == 3) {
INFO(" web version: %d", latest_ver);
