提交 77e8075f 编写于 作者: C chenjing

Description: [fix]Initialize parameter

Bug: Uninitialized parameter
Test:
上级 b9b9d6db
......@@ -188,7 +188,7 @@ static INT FatfsScanFat(void *handle)
{
FATFS *fat = (FATFS *)handle;
UINT i;
INT ret;
INT ret = FR_OK;
for (i = 0; i < fat->vir_amount; i++) {
/* Assert error will not abort the scanning process */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册