feat(storage/vfs): move nullfs to new API

This commit is contained in:
Tomáš Rohlínek
2024-11-01 13:19:23 +01:00
parent 39197864a1
commit 906b3df54b
2 changed files with 14 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ extern "C" {
*
* @return VFS structure for /dev/null
*/
const esp_vfs_t *esp_vfs_null_get_vfs(void);
const esp_vfs_fs_ops_t *esp_vfs_null_get_vfs(void);
#ifdef __cplusplus
}