Clean up the code. Manage the reconnection. Use the lwip error, insted
[bertos.git] / bertos / cpu / cortex-m3 / drv / hsmci_sam3.h
index fb87549df6a5f8e89df652ea9f4a073e8ddf5e07..cfb6e4cd5a9837e7a954dea3aaf28b8ca7ddde42 100644 (file)
@@ -50,7 +50,7 @@
 
 
 #define HSMCI_INIT_SPEED  400000
-#define HSMCI_HIGH_SPEED  2100000
+#define HSMCI_HIGH_SPEED  21000000
 
 #define HSMCI_HS_MODE     BV(0)
 
@@ -89,8 +89,6 @@ void hsmci_waitTransfer(void);
 void hsmci_setSpeed(uint32_t data_rate, int flag);
 
 
-
-
 void hsmci_init(Hsmci *hsmci);
 
 #endif /* DRV_HSMCI_SAM3_H */