Sfoglia il codice sorgente

fix : cpp:type. Merges https://github.com/espressif/esp-idf/pull/1700

XuanZe 8 anni fa
parent
commit
5a31c1e5b1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/vfs/README.rst

+ 1 - 1
components/vfs/README.rst

@@ -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