mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
test(spiffs): add test case for fsync() call
This commit is contained in:
@@ -628,7 +628,7 @@ static int vfs_spiffs_fsync(void* ctx, int fd)
|
||||
SPIFFS_clearerr(efs->fs);
|
||||
return -1;
|
||||
}
|
||||
return res;
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_VFS_SUPPORT_DIR
|
||||
|
Reference in New Issue
Block a user