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.
Dependencies: mbed FATFileSystem USBHost-STM32F4
Revision 2:c44e11315bd3, committed 2019-11-15
- Comitter:
- mladen278
- Date:
- Fri Nov 15 15:15:04 2019 +0000
- Parent:
- 1:f1ba83d3df51
- Commit message:
- Main.cpp changed, addted.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Nov 14 16:08:09 2019 +0000
+++ b/main.cpp Fri Nov 15 15:15:04 2019 +0000
@@ -45,7 +45,7 @@
//fprintf(fp, "\n");
fclose(fp);
}
- fp = fopen("/usb/kvar.txt", "a");
+ fp = fopen("/usb/kvar.txt", "w+");
if (fp) {
//fprintf(fp, "%i", bkvar);