fix(docs) more fixes

This commit is contained in:
Themba Dube
2021-05-31 14:14:58 -04:00
parent d3022648dc
commit c8e1876eda
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ LVGL is **not thread-safe** by default.
However, in the following conditions it's valid to call LVGL related functions:
- In *events*. Learn more in [Events](/overview/event).
- In *lv_timer*. Learn more in [Timers](/overview/timter).
- In *lv_timer*. Learn more in [Timers](/overview/timer).
## Tasks and threads

View File

@@ -162,7 +162,7 @@ Learn more about [Keys](/overview/indev).
```eval_rst
.. include:: /lv_examples/src/lv_ex_widgets/lv_ex_obj/index.rst
.. include:: ../../examples/widgets/obj/index.rst
```