liblitesdcard/sdcard: increase SDCARD_CLK_FREQ to 50MHz.

This commit is contained in:
Florent Kermarrec 2020-07-28 14:36:49 +02:00
parent 9518ccf453
commit f87513ab92
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#endif
#ifndef SDCARD_CLK_FREQ
#define SDCARD_CLK_FREQ 25000000
#define SDCARD_CLK_FREQ 50000000
#endif
unsigned int sdcard_response[SD_CMD_RESPONSE_SIZE/4];