This commit is contained in:
XuanZe 2018-03-10 14:29:16 +08:00 committed by krzychb
parent a58a2b6f6d
commit 5a31c1e5b1

View file

@ -15,7 +15,7 @@ FS registration
To register an FS driver, application needs to define in instance of esp_vfs_t structure and populate it with function pointers to FS APIs:
To register an FS driver, application needs to define in instance of :cpp:type:`esp_vfs_t` structure and populate it with function pointers to FS APIs:
.. highlight:: c