]> granicus.if.org Git - esp-idf/commitdiff
fix : cpp:type. Merges https://github.com/espressif/esp-idf/pull/1700
authorXuanZe <119524428@qq.com>
Sat, 10 Mar 2018 06:29:16 +0000 (14:29 +0800)
committerkrzychb <krzychb@gazeta.pl>
Wed, 14 Mar 2018 21:04:47 +0000 (22:04 +0100)
components/vfs/README.rst

index 2b2a6bc9fb44e8e80069361dbe6cd103fc48e947..b99c72134bbf7627bcf21ffec3b472ce192809db 100644 (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