mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
VFS: Fix performance test for esp32s2beta
This commit is contained in:
@@ -232,7 +232,7 @@ static int time_test_vfs_write(int fd, const void *data, size_t size)
|
|||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE_ESP32("Open & write & close through VFS passes performance test", "[vfs]")
|
TEST_CASE("Open & write & close through VFS passes performance test", "[vfs]")
|
||||||
{
|
{
|
||||||
esp_vfs_t desc = {
|
esp_vfs_t desc = {
|
||||||
.flags = ESP_VFS_FLAG_DEFAULT,
|
.flags = ESP_VFS_FLAG_DEFAULT,
|
||||||
|
Reference in New Issue
Block a user