提交 c1926d3a 编写于 作者: B bernard

[DeviceDrivers] Improve compatibility for SDIO CCCR v3.00.

上级 02607c85
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册