export test

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Int_Demo_09May2017_Suhasini_HRavg_Nikita_ili9341 by nikita teggi

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);