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 FirmwareUpdater by
Revision 2:a9a32355af69, committed 2010-11-03
- Comitter:
- shintamainjp
- Date:
- Wed Nov 03 22:06:30 2010 +0000
- Parent:
- 1:0305a8120f06
- Child:
- 3:851bd91fa0ae
- Commit message:
- Commented out printf.
Changed in this revision
| FirmwareUpdater.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FirmwareUpdater.cpp Wed Nov 03 22:03:18 2010 +0000
+++ b/FirmwareUpdater.cpp Wed Nov 03 22:06:30 2010 +0000
@@ -264,9 +264,7 @@
va_start(p, format);
vsnprintf(buf, sizeof(buf) - 1, format, p);
fprintf(fplog, "%s", buf);
-
- printf("%s", buf);
-
+ // printf("%s", buf); /* If you want to check a message from a console. */
va_end(p);
fclose(fplog);
}
