fork

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Revision:
4:217d3ac94520
Parent:
3:7b35d1709458
--- a/SDFileSystem.cpp	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.cpp	Mon Apr 04 18:55:37 2016 +0000
@@ -207,7 +207,7 @@
         return 1;
     }
     
-    _spi.frequency(1000000); // Set to 1MHz for data transfer
+    _spi.frequency(4000000); // Set to 1MHz for data transfer
     return 0;
 }