docs(fs): fix minor formatting issue

This commit is contained in:
Gabor Kiss-Vamosi 2023-08-25 21:46:21 +02:00 committed by GitHub
parent 4f6c895fc7
commit cd5c93b248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ LVGL has a :ref:`file-system` module
to provide an abstraction layer for various file system drivers.
LVG has built in support for:
- `FATFS <http://elm-chan.org/fsw/ff/00index_e.html>`__
- STDIO (Linux and Windows using C standard function .e.g fopen, fread)
- POSIX (Linux and Windows using POSIX function .e.g open, read)