未验证 提交 a51e7334 编写于 作者: S Supowang 提交者: GitHub

Merge pull request #243 from DavidLin1577/patch-20

Update fatfs_through_vfs_sample.c
......@@ -43,7 +43,7 @@ void application_entry(void *arg)
fd = tos_vfs_open("/fs/fatfs_sd/test_file.txt", VFS_OFLAG_EXISTING | VFS_OFLAG_READ);
if (fd < 0) {
printf("open file error: %d\n", ret);
printf("open file error!\n");
}
memset(buf, 0, sizeof(buf));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册