Skip to content

Commit

Permalink
Merge branch 'docs/esp_event_minor_update_v5.2' into 'release/v5.2'
Browse files Browse the repository at this point in the history
fix(docs): Minor update to esp_event.rst for improved user experience (v5.2)

See merge request espressif/esp-idf!29122
  • Loading branch information
ESP-Marius committed Feb 20, 2024
2 parents 08a50af + 7801d5b commit 98cbd1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/api-reference/system/esp_event.rst
Expand Up @@ -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::

Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/api-reference/system/esp_event.rst
Expand Up @@ -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::

Expand Down

0 comments on commit 98cbd1f

Please sign in to comment.