Merge branch 'docs/esp_event_minor_update_v5.2' into 'release/v5.2'

fix(docs): Minor update to esp_event.rst for improved user experience (v5.2)

See merge request espressif/esp-idf!29122
This commit is contained in:
Marius Vikhammer 2024-02-20 18:26:11 +08:00
commit 98cbd1fd72
2 changed files with 4 additions and 4 deletions

View File

@ -91,13 +91,13 @@ Event base declaration:
.. code-block:: c
ESP_EVENT_DECLARE_BASE(EVENT_BASE)
ESP_EVENT_DECLARE_BASE(EVENT_BASE);
Event base definition:
.. code-block:: c
ESP_EVENT_DEFINE_BASE(EVENT_BASE)
ESP_EVENT_DEFINE_BASE(EVENT_BASE);
.. note::

View File

@ -91,13 +91,13 @@
.. code-block:: c
ESP_EVENT_DECLARE_BASE(EVENT_BASE)
ESP_EVENT_DECLARE_BASE(EVENT_BASE);
定义事件根基:
.. code-block:: c
ESP_EVENT_DEFINE_BASE(EVENT_BASE)
ESP_EVENT_DEFINE_BASE(EVENT_BASE);
.. note::