提交 23ee3689 编写于 作者: O openharmony_ci 提交者: Gitee

!150 Initialize a parameter

Merge pull request !150 from JING/master
...@@ -188,7 +188,7 @@ static INT FatfsScanFat(void *handle) ...@@ -188,7 +188,7 @@ static INT FatfsScanFat(void *handle)
{ {
FATFS *fat = (FATFS *)handle; FATFS *fat = (FATFS *)handle;
UINT i; UINT i;
INT ret; INT ret = FR_OK;
for (i = 0; i < fat->vir_amount; i++) { for (i = 0; i < fat->vir_amount; i++) {
/* Assert error will not abort the scanning process */ /* 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.
先完成此消息的编辑!
想要评论请 注册