[DeviceDrivers] Improve compatibility for SDIO CCCR v3.00.
This commit is contained in:
parent
02607c85ac
commit
c1926d3af7
|
@ -430,7 +430,7 @@ static rt_int32_t sdio_read_cccr(struct rt_mmcsd_card *card)
|
||||||
|
|
||||||
cccr_version = data & 0x0f;
|
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);
|
rt_kprintf("unrecognised CCCR structure version %d\n", cccr_version);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue