CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
254:22d97475ca79
Parent:
253:fd6696d91e74
Child:
255:bb889bc2e9f5
Child:
258:7d404e9dc9e2
--- a/main.cpp	Tue Jul 12 10:01:32 2016 +0000
+++ b/main.cpp	Tue Jul 12 11:10:48 2016 +0000
@@ -114,8 +114,8 @@
     FCTN_CDMS_SD_INIT();/* sd card initialization*/
     
     
-    //uint8_t test[512] = {0};
-    //disk_write(test,7000); //to be used only just before launch
+    uint8_t test[512] = {0};
+    disk_write(test,7000); //to be used only just before launch
     
     #if DEBUG
     gPC.puts("welcome to mng_tmtc\r\n");