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
Diff: FirmwareUpdater.cpp
- Revision:
- 2:a9a32355af69
- Parent:
- 1:0305a8120f06
- Child:
- 3:851bd91fa0ae
--- 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);
}
