fix SD_SPI_HIGH_CLOCK_RATE

The Full-Speed card supports SPI, 1-bit SD and the 4-bit SD transfer modes at the full clock range of 0-25MHz
pull/48/head
xiangbingj 2019-07-17 15:45:18 +08:00 committed by GitHub
parent 23b7e046d7
commit f4d3bd987f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ using namespace sys;
#define SD_CMD59 59 /*!< CMD59 = 0x59 */
#define SD_SPI_LOW_CLOCK_RATE 200000U
#define SD_SPI_HIGH_CLOCK_RATE 40000000U
#define SD_SPI_HIGH_CLOCK_RATE 20000000U
#define SPI_SLAVE_SELECT 3
/**