.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Jan 02 16:45:15 2018 +0000
Parent:
35:dc886a2245ff
Child:
37:9e668ff409c7
Commit message:
remove unused parameters from printf call.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-bootloader

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Dec 20 23:15:14 2017 +0000
+++ b/main.cpp	Tue Jan 02 16:45:15 2018 +0000
@@ -90,7 +90,7 @@
             }
         }
     }
-    printf("Flashed 100%%\r\n", ftell(file), len);
+    printf("Flashed 100%%\r\n");
 
     delete[] page_buffer;
 
--- a/mbed-os.lib	Wed Dec 20 23:15:14 2017 +0000
+++ b/mbed-os.lib	Tue Jan 02 16:45:15 2018 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#8b54959f5bca08a8ad44a701bafd634afbb38b03
+https://github.com/ARMmbed/mbed-os/#2b4ff78ab0a52ef1dc3f2998908453c595e2b2c0