vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

Revision:
2:4c79b3dfef31
Parent:
0:d6e3d1e21484
Child:
4:cc85cfaa2086
--- a/SDCard.cpp	Mon Jun 15 13:03:26 2015 +0000
+++ b/SDCard.cpp	Mon Jun 15 13:32:28 2015 +0000
@@ -2,7 +2,7 @@
 #include "func_head.h"
 
 SPI spi_SD(PTD6, PTD7, PTD5); // mosi, miso, sclk
-DigitalOut cs_SD(PTD2);
+DigitalOut cs_SD(D2);
 
 int count_bro;
 int cdv;