From 5a31c1e5b115cb69c8cf34ff1512d4abc8303de0 Mon Sep 17 00:00:00 2001 From: XuanZe <119524428@qq.com> Date: Sat, 10 Mar 2018 14:29:16 +0800 Subject: [PATCH] fix : cpp:type. Merges https://github.com/espressif/esp-idf/pull/1700 --- components/vfs/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/vfs/README.rst b/components/vfs/README.rst index 2b2a6bc9f..b99c72134 100644 --- a/components/vfs/README.rst +++ b/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