1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

docs(os): fix formatting (#6829)

This commit is contained in:
Gabor Kiss-Vamosi 2024-09-11 09:09:41 +02:00 committed by GitHub
parent 7fcab9237b
commit 1725a3bc08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ you can use LVGL in a real multitasking environment. Just make use of a
mutex to avoid the concurrent calling of LVGL functions. mutex to avoid the concurrent calling of LVGL functions.
LVGL has a built-in mutex which can be used with: LVGL has a built-in mutex which can be used with:
- :cpp:func:`lv_lock()` and :cpp:func:`lv_lock_isr()` - :cpp:func:`lv_lock()` and :cpp:func:`lv_lock_isr()`
- :cpp:func:`lv_unlock()` - :cpp:func:`lv_unlock()`