mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix : cpp:type. Merges https://github.com/espressif/esp-idf/pull/1700
This commit is contained in:
parent
a58a2b6f6d
commit
5a31c1e5b1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user