未验证 提交 fb36988e 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1562 from TanekLiang/mmcsd_fix_warning

[DeviceDrivers] remove unused-assign code
......@@ -213,7 +213,6 @@ rt_inline rt_uint32_t __rt_fls(rt_uint32_t val)
}
if (!(val & 0x80000000u))
{
val <<= 1;
bit -= 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册