mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-08 20:05:29 +08:00
[DeviceDrivers] Improve compatibility for SDIO CCCR v3.00.
This commit is contained in:
@@ -430,7 +430,7 @@ static rt_int32_t sdio_read_cccr(struct rt_mmcsd_card *card)
|
||||
|
||||
cccr_version = data & 0x0f;
|
||||
|
||||
if (cccr_version > SDIO_CCCR_REV_1_20)
|
||||
if (cccr_version > SDIO_CCCR_REV_3_00)
|
||||
{
|
||||
rt_kprintf("unrecognised CCCR structure version %d\n", cccr_version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user