This is a non working version of my ethernet with sd card, i do not know why

Dependencies:   SDFileSystem mbed

Fork of eth_v13 by Heiko Greiner

Revision:
3:79dc3337d9da
Parent:
0:f7caac9b804e
--- a/w5100.cpp	Tue Mar 18 22:51:18 2014 +0000
+++ b/w5100.cpp	Fri Mar 21 00:18:33 2014 +0000
@@ -67,7 +67,7 @@
 {
     resetSS();
     spi.format(8,0);
-    spi.frequency(1000000);
+    spi.frequency(3000000);
     writeMR(1<<RST);
 
 #ifdef W5200
@@ -273,7 +273,7 @@
 {
     // Send command to socket
     writeSnCR(s, _cmd);
-    
+
     // Wait for command to complete
     while (readSnCR(s));
 }