feat(storage/esp_vfs_console): move cdcacm driver to new vfs API

This commit is contained in:
Tomáš Rohlínek
2024-10-31 14:13:04 +01:00
parent ae1e8a2ea3
commit 10e74d3abb
2 changed files with 6 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
*
* @return pointer to structure esp_vfs_t
*/
const esp_vfs_t *esp_vfs_cdcacm_get_vfs(void);
const esp_vfs_fs_ops_t *esp_vfs_cdcacm_get_vfs(void);
#ifdef __cplusplus
}