jnlj

Dependencies:   mbed-rtos mbed

Fork of TFOX_CDMS_VR_1_0_WORKING by Team Fox

Revision:
4:cc85cfaa2086
Parent:
3:0c3f7c3fabc9
Child:
5:c77b49508927
--- a/main.cpp	Tue Jun 16 09:04:53 2015 +0000
+++ b/main.cpp	Tue Jun 16 13:06:19 2015 +0000
@@ -2,6 +2,7 @@
 #include "rtos.h"
 #include "func_head.h"
 #include "i2c.h"
+#include "SDCard.h"
 
 Serial pc(USBTX,USBRX);
 
@@ -96,6 +97,7 @@
     pl_spi.frequency(1000000);
     
     FUNC_INIT_RTC();
+    int *status_sd = FUNC_INIT_SD();
     
     while(1);
 }
\ No newline at end of file