To fix the hang problem

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
297:7cc868888d56
Parent:
295:699801854b71
Child:
302:5ff4b9ce185e
--- a/main.cpp	Sun Aug 28 14:47:38 2016 +0000
+++ b/main.cpp	Mon Sep 05 06:25:57 2016 +0000
@@ -79,7 +79,7 @@
     
     
     uint8_t test[512] = {0};
-    disk_write(test,7000); //to be used only just before launch
+    disk_write(test,8000); //to be used only just before launch
     
     #if DEBUG
     gPC.puts("welcome to mng_tmtc\r\n");