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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: sdcard.cpp
- Revision:
- 17:22a87e12fb3a
- Parent:
- 15:208b146151ba
- Child:
- 19:1650bbc923cc
--- a/sdcard.cpp Tue Jun 06 11:14:03 2017 +0000 +++ b/sdcard.cpp Fri Jun 09 08:45:30 2017 +0000 @@ -474,7 +474,7 @@ sprintf(buffer3, "/sd/%d_GLC.csv", pid); // BG file is opened in read mode fpbg = fopen(buffer3, "r"); - for(int i=0; i<2; i++) + for(int i=0; i<1; i++) { int bigbuf[2] = {0} ; fread(bigbuf, sizeof(int),2 , fpbg);