To fix the hang problem

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
341:599aa20d0279
Parent:
338:d63eb331a67d
--- a/main.cpp	Mon Jan 02 14:21:44 2017 +0000
+++ b/main.cpp	Sat Jan 07 02:46:59 2017 +0000
@@ -91,7 +91,7 @@
     uint8_t test[512];
     for(int i =0; i<512; i++)
         test[i] = 0;
-    disk_write(test,80000);
+    disk_write(test,8000);
     //SD_MNG_SECT = SD_LIB_BLK_CURRENT;
     FCTN_SD_MNGR();