From ce1b495bea8cd889e56e947fae4b9587a52f154d Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 26 Sep 2011 16:22:10 +0000 Subject: [PATCH] Set correct hight speed. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5091 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/drv/hsmci_sam3.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bertos/cpu/cortex-m3/drv/hsmci_sam3.h b/bertos/cpu/cortex-m3/drv/hsmci_sam3.h index fb87549d..322e36c4 100644 --- a/bertos/cpu/cortex-m3/drv/hsmci_sam3.h +++ b/bertos/cpu/cortex-m3/drv/hsmci_sam3.h @@ -50,7 +50,7 @@ #define HSMCI_INIT_SPEED 400000 -#define HSMCI_HIGH_SPEED 2100000 +#define HSMCI_HIGH_SPEED 25000000 #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 */ -- 2.25.1