aboutsummaryrefslogtreecommitdiff
path: root/src/misc/lv_fs_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/lv_fs_private.h')
-rw-r--r--src/misc/lv_fs_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/lv_fs_private.h b/src/misc/lv_fs_private.h
index 60f23d22c..e8789e6c0 100644
--- a/src/misc/lv_fs_private.h
+++ b/src/misc/lv_fs_private.h
@@ -31,9 +31,9 @@ struct lv_fs_file_cache_t {
void * buffer;
};
-/* Extended path object to specify the buffer for memory-mapped files */
+/** Extended path object to specify buffer for memory-mapped files */
struct lv_fs_path_ex_t {
- char path[4]; /* This is needed to make it compatible with a normal path */
+ char path[4]; /**< This is needed to make it compatible with a normal path */
const void * buffer;
uint32_t size;
};